Uses of Package
org.htmlunit.corejs.javascript.commonjs.module
-
Classes in org.htmlunit.corejs.javascript.commonjs.module used by org.htmlunit.corejs.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.htmlunit.corejs.javascript.commonjs.module used by org.htmlunit.corejs.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.htmlunit.corejs.javascript.commonjs.module used by org.htmlunit.corejs.javascript.tools.shell Class Description Require Implements the require() function as defined by Common JS modules.