Uses of Package
org.htmlunit.corejs.javascript.commonjs.module
Packages that use org.htmlunit.corejs.javascript.commonjs.module
Package
Description
-
Classes in org.htmlunit.corejs.javascript.commonjs.module used by org.htmlunit.corejs.javascript.commonjs.moduleClassDescriptionRepresents 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. -
Classes in org.htmlunit.corejs.javascript.commonjs.module used by org.htmlunit.corejs.javascript.commonjs.module.providerClassDescriptionRepresents a compiled CommonJS module script.Should be implemented by Rhino embeddings to allow the require() function to obtain
ModuleScript
objects. -