Skip to main content

Module core_resolver

Module core_resolver 

Source
Expand description

Core plugin resolver — wraps the existing BuiltInRegistry as a PluginResolver.

This makes all built-in objects (Math, console, String, etc.) available through the super-global scope’s lazy resolution mechanism.

Structs§

CorePluginResolver
Wraps a BuiltInRegistry as a PluginResolver.