remove option "directives" as directives is in
ECMA spec, and ESTree spec. No point to make it an optional feature.
parser: ParseError is changed from index,loc:{line,column}
to start,end,range:[start,end],loc:{start:{line,column},end:{line,column}}
just like what we have on AST node when options ranges and loc is
turned on.
drop support of Nodejs < 18
only distribute following files:
dist/meriyah.cjs
dist/meriyah.mjs
dist/meriyah.min.mjs
dist/meriyah.umd.js
dist/meriyah.umd.min.js
All transpiled with target: "ES2021"
remove option "directives" as directives is in
ECMA spec, and ESTree spec. No point to make it an optional feature.
parser: ParseError is changed from index,loc:{line,column}
to start,end,range:[start,end],loc:{start:{line,column},end:{line,column}}
just like what we have on AST node when options ranges and loc is
turned on.
drop support of Nodejs < 18
only distribute following files:
dist/meriyah.cjs
dist/meriyah.mjs
dist/meriyah.min.mjs
dist/meriyah.umd.js
dist/meriyah.umd.min.js
All transpiled with target: "ES2021"