Skip to content

Latest commit

 

History

History

patch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AES.PATCH scope

This is a collection of polyfills for ExtendScript. Later editions of ECMAScript bring some useful new scripting features, and since they're syntactically compatible with older JavaScript engines they can mostly be polyfilled by patching methods onto built-in JS objects.

We prefer to use polyfills from MDN when available. (Discussed here)

Bundles

A couple of bundles of modules often used together.

Shims

Modules that faithfully represent newer ECMAScript features.

Shams

Modules that partially implements newer ECMAScript features.

Fills

Modules that we get used to in other environments.

Extensions

Extensions to existing objects

More info

Read the docs