# Functions
DefaultSourceLoader is used if none was set (see WithLoader()).
No description provided by the author
No description provided by the author
RegisterCoreModule registers a nodejs core module.
RegisterNativeModule registers a module that isn't loaded through a SourceLoader, but rather through a provided ModuleLoader.
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.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Registry contains a cache of compiled modules which can be used by multiple Runtimes.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
SourceLoader represents a function that returns a file data at a given path.