Uses of Package
org.mozilla.javascript.commonjs.module
Packages that use org.mozilla.javascript.commonjs.module
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
Provides default implementations for module providers.
-
Classes in org.mozilla.javascript.commonjs.module used by org.mozilla.javascript.commonjs.moduleClassDescriptionRepresents a compiled CommonJS module script.Should be implemented by Rhino embeddings to allow the require() function to obtain
ModuleScript
objects.Implements the require() function as defined by Common JS modules.A builder forRequire
instances. -
Classes in org.mozilla.javascript.commonjs.module used by org.mozilla.javascript.commonjs.module.providerClassDescriptionRepresents a compiled CommonJS module script.Should be implemented by Rhino embeddings to allow the require() function to obtain
ModuleScript
objects.