Uses of Package
org.mozilla.javascript.commonjs.module
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
Provides default implementations for module providers.
-
ClassDescriptionRepresents 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. -
ClassDescriptionRepresents a compiled CommonJS module script.Should be implemented by Rhino embeddings to allow the require() function to obtain
ModuleScript
objects.