Remco Janssen

Results 7 comments of Remco Janssen

Did you set debug mode for CEP 10? `defaults write com.adobe.CSXS.10 PlayerDebugMode 1`

This is an issue with [babel-preset-extenscript](https://github.com/fusepilot/babel-preset-extendscript), where the initial value of `reduce` gets removed.

This is an issue with [babel-preset-extendscript](https://github.com/fusepilot/babel-preset-extendscript)

This needs to be fixed upstream in `babel-preset-extendscript` because the issue exists there. I'm a maintainer, but haven't gotten to work on it yet. Can you open an issue in...

This is exactly why `babel-preset-extendscript` is used because `core-js` uses polyfills (which alter the prototype) and generates code that is incompatible with Extendscript. I'm interested to see your `core-js` setup...

@runegan Thanks for the review. On a similar note, it throws when the selector is `"layer[lightType=" + LightType.PARALLEL + "]"`. This is unexpected, because `lightType` is (weirdly) present on all...

Same opinion; it doesn't make sense that it throws. I also haven't used aequery in the last 2 years. But the reasoning behind it is pretty simple: when you use...