-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbundle.array.js
More file actions
15 lines (14 loc) · 953 Bytes
/
bundle.array.js
File metadata and controls
15 lines (14 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ExtendScript Polyfill Array bundle
// https://github.com/ExtendScript/extendscript-modules
#include 'node_modules/@extendscript/aes.patch.array.every/every.js'
#include 'node_modules/@extendscript/aes.patch.array.filter/filter.js'
#include 'node_modules/@extendscript/aes.patch.array.find/find.js'
#include 'node_modules/@extendscript/aes.patch.array.foreach/foreach.js'
#include 'node_modules/@extendscript/aes.patch.array.from/from.js'
#include 'node_modules/@extendscript/aes.patch.array.indexof/indexof.js'
#include 'node_modules/@extendscript/aes.patch.array.isarray/isarray.js'
#include 'node_modules/@extendscript/aes.patch.array.lastindexof/lastindexof.js'
#include 'node_modules/@extendscript/aes.patch.array.map/map.js'
#include 'node_modules/@extendscript/aes.patch.array.reduce/reduce.js'
#include 'node_modules/@extendscript/aes.patch.array.reduceright/reduceright.js'
#include 'node_modules/@extendscript/aes.patch.array.some/some.js'