# Functions
DefaultSourceLoader is used if none was set (see WithLoader()).
No description provided by the author
No description provided by the author
No description provided by the author
WithGlobalFolders appends the given paths to the registry's list of global folders to search if the requested module is not found elsewhere.
WithLoader sets a function which will be called by the require() function in order to get a source code for a module at the given path.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Registry contains a cache of compiled modules which can be used by multiple Runtimes.
# Interfaces
NativeModule is an interface that represents a module with native methods and objects.
# Type aliases
No description provided by the author
SourceLoader represents a function that returns a file data at a given path.