babel-preset-extendscript icon indicating copy to clipboard operation
babel-preset-extendscript copied to clipboard

Compatibility with Extendscript UI markup

Open busterbogheart opened this issue 1 year ago • 0 comments

It seems this babel preset chokes on some Extendscript markup for UI elements:

SyntaxError: /Users/XXXX/lib/main-panel.jsx:  Unterminated string constant. (1:24)
> 1 | var events_resource = """Group {  orientation: 'column', alignment: ['fill', 'fill'],

Should this be supported? I can skip transpiling of course but some of these files have logic in them too.

busterbogheart avatar Jun 08 '23 17:06 busterbogheart