https://github.com/extendscript/extendscript-es6-shim
https://github.com/extendscript/extendscript-es6-shim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/extendscript/extendscript-es6-shim
- Owner: ExtendScript
- License: mit
- Created: 2017-03-12T06:43:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T16:01:00.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T15:15:22.576Z (4 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 31
- Watchers: 11
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extendscript-es6-shim
A collection of ES6 shims for polyfiling Exendscript (for es5 shims take a look at https://github.com/ExtendScript/extendscript-es5-shim)
## Installation
Currently you can install the package using npm:
npm init -y
npm install extendscript-es6-shim
## Usage
## Array, String and Function notes
All polyfills could be used in your code.
## Development
- 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 the `folders` array