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