buxlabs / amd-to-es6

convert amd to es
MIT License
35 stars 17 forks source link

abstract-syntax-tree is broken due to meriyah #125

Closed aminya closed 3 years ago

aminya commented 4 years ago
❯ amdtoes6 --src=./src --replace
C:\a\node_modules\meriyah\dist\meriyah.umd.js:188
      throw new ParseError(parser.index, parser.line, parser.column, type, ...params);
      ^
emilos commented 4 years ago

hey @aminya thanks for the report. Could you please provide more information? Could you please share the code that you're trying to transform?

edit: I've updated meriyah and released a new version of the lib (0.16.0) - maybe try this one too?

emilos commented 3 years ago

The library got updated, so I guess the issue has been resolved, but please reopen if that's not the case.