JSX.js
I've published version 2 of JSX.js
See http://creative-scripts.com/jsx-js/ for details
It's basically an alternative to using csInterface.evalScript with in my opinion some big benefits.
Has 2 methods jsx.evalScript and jsx.evalFile
The update has meaningful error messages so instead of receiving the standard csInterface.evalScript "Eval Error" message you'll get to something like:
ReferenceError 2: bug is undefined
File: /Users/Trevor/repositories/CSTK/com.creative-scripts.cstk/jsx/1.jsx
Line: 2-> bug+2
or
SyntaxError 25: Expected: ;
File: /Users/Trevor/repositories/CSTK/com.creative-scripts.cstk/jsx/1.jsx
Line: 2-> 1 + 2bug + 3
Bug: 2bug
