Resource name, i.e., potentially partial relative path to the .js file. Examples: "jquery.js", "compressed/history.js".
Potentially relative paths of the dependencies of this resource, i.e., JavaScript files that must be included before this JavaScript file.
A JavaScript variable name this dependency should be required in a commonJS environment (n.b. Node.js). Should only be set if the JavaScript library will register its exports.
A JavaScript variable name this dependency should be required in a commonJS environment (n.b.
A JavaScript variable name this dependency should be required in a commonJS environment (n.b. Node.js). Should only be set if the JavaScript library will register its exports.
Potentially relative paths of the dependencies of this resource, i.e., JavaScript files that must be included before this JavaScript file.
Resource name, i.e., potentially partial relative path to the .js file.
Resource name, i.e., potentially partial relative path to the .js file. Examples: "jquery.js", "compressed/history.js".
(Since version 0.6.1) withOrigin doesn't resolve partial paths. Use your own code instead.
Expresses a dependency on a raw JS library and the JS libraries this library itself depends on.
Both the resourceName and each element of dependencies are potentially partial relative paths from the root of the classpath entry to the library. Examples are "jquery.js" or "compressed/history.js".