@extendscript/aes.patch.bundle.es6
Version:
A collection of polyfills to bring ExtendScript to ES6 standards.
7 lines (5 loc) • 299 B
JavaScript
var argv = require('minimist')(process.argv.slice(2)); // Remove nodePath, scriptpath
var tapes = require("@extendscript/tap-es"), targets = argv._, d = require('path').resolve(__dirname);
tapes.reportDuration(false);
tapes.add('bundle.es6', d+'/*.jsx', targets, true);
tapes.run(d+'/results.md');