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.tools.shell |
Modifier and Type | Method and Description |
---|---|
Require |
RequireBuilder.createRequire(Context cx,
Scriptable globalScope)
Creates a new require() function.
|
Modifier and Type | Method and Description |
---|---|
Require |
Global.installRequire(Context cx,
java.util.List<java.lang.String> modulePath,
boolean sandboxed) |