babel-preset-extendscript
babel-preset-extendscript copied to clipboard
Compatibility with Extendscript UI markup
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.