extender icon indicating copy to clipboard operation
extender copied to clipboard

A modern starter for writing Adobe Extendscript

Results 4 extender issues
Sort by recently updated
recently updated
newest added

The resulting Babel code is somehow transformed after the plugin ran. > I have been trying to figure out the problem but haven't found the solution yet. The relevant test...

bug

Support importing any binary file as a string

enhancement

in this case, `_arrayIsArray()` not defined ```js let str = "Hello"; alert( [...str] ); // H,e,l,l,o ```

reduce() is compiled, but running with an error message ```js const array1 = [1, 2, 3, 4]; // 0 + 1 + 2 + 3 + 4 const initialValue =...