| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.commonjs.module |
Provides the public API for the CommonJS Modules/1.1 implementation.
|
| net.sourceforge.htmlunit.corejs.javascript.commonjs.module.provider |
Provides default implementations for module providers.
|
| net.sourceforge.htmlunit.corejs.javascript.tools.shell |
| Class and Description |
|---|
| ModuleScript
Represents a compiled CommonJS module script.
|
| ModuleScriptProvider
Should be implemented by Rhino embeddings to allow the require() function to
obtain
ModuleScript objects. |
| Require
Implements the require() function as defined by
Common JS modules.
|
| RequireBuilder
A builder for
Require instances. |
| Class and Description |
|---|
| ModuleScript
Represents a compiled CommonJS module script.
|
| ModuleScriptProvider
Should be implemented by Rhino embeddings to allow the require() function to
obtain
ModuleScript objects. |
| Class and Description |
|---|
| Require
Implements the require() function as defined by
Common JS modules.
|