A collection of ES6 shims for polyfiling Exendscript (for es5 shims take a look at https://github.com/ExtendScript/extendscript-es5-shim)
Currently you can install the package using npm:
npm init -y
npm install extendscript-es6-shim
All polyfills could be used in your code.
- Install the devDependencies by running
npm install
- Bundle the index.js by running
npm run bundle
- Add new prototypes in the respective folders
- If you need new folders, add the folder to the top of
./bin/concat.js
into thefolders
array