requirejs-esm 3.0.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/bin/esm2requirejs.js +1 -0
- package/dist/api.js +5586 -13891
- package/dist/api.js.map +1 -1
- package/dist/plugin.js +5585 -13890
- package/dist/plugin.js.map +1 -1
- package/package.json +15 -15
package/LICENSE
CHANGED
package/README.md
CHANGED
package/bin/esm2requirejs.js
CHANGED
|
@@ -17,6 +17,7 @@ program.description('Transforms an ESM module to AMD or adapts an AMD module for
|
|
|
17
17
|
.option('-r, --rewrite', 'rewrite the input files with the adapted output')
|
|
18
18
|
.option('-s, --source-map', 'write inline source maps to the adapted output')
|
|
19
19
|
.option('-v, --verbose', 'print progress and call stack in case of error')
|
|
20
|
+
.argument('[files...]')
|
|
20
21
|
.on('--help', function () {
|
|
21
22
|
console.log()
|
|
22
23
|
console.log('You can use one or more file names or one or more glob patterns to specify one')
|