Package org.htmlunit.corejs.javascript.commonjs.module
-
Interface Summary Interface Description ModuleScriptProvider Should be implemented by Rhino embeddings to allow the require() function to obtainModuleScript
objects. -
Class Summary Class Description ModuleScope A top-level module scope.ModuleScript Represents a compiled CommonJS module script.Require Implements the require() function as defined by Common JS modules.RequireBuilder A builder forRequire
instances.