org.mozilla.javascript.commonjs.module.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rhino Show documentation
Show all versions of rhino Show documentation
A version of the Rhino Javascript engine pulled diretly from the Mozialla repos.
The newest version!
Provides the public API for the CommonJS Modules/1.1 implementation. Note that
it is completely up to the embedder of the Rhino library to provide an
implementation for ModuleProvider. However, to help you get
started, the "support" package offers default implementations of module
providers that are likely sufficient for most purposes, and can be further
extended.