You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried transpiling the Ace editor tree to ES6 but it failed due to several problems such as missing file extensions (.js) on the import module-names and Error: Dynamic module names are not supported, so I had to dig into the code which leads to my question - why was acorn-jsx chosen instead the standard acorn parser?
The text was updated successfully, but these errors were encountered:
Hello,
I tried transpiling the Ace editor tree to ES6 but it failed due to several problems such as missing file extensions (
.js
) on the importmodule-names
andError: Dynamic module names are not supported
, so I had to dig into the code which leads to my question - why was acorn-jsx chosen instead the standard acorn parser?The text was updated successfully, but these errors were encountered: