New
v0.7.2
What's Changed
- CFG Validity Test using Fingerprints by @jhnaldo in https://github.com/es-meta/esmeta/pull/323
- Fix a bug in evaluating variadic operators in Interpreter by @d01c2 in https://github.com/es-meta/esmeta/pull/325
- Support More Accurate Re-Parsing by @stonechoe in https://github.com/es-meta/esmeta/pull/327
- Fix: correctly handle whitespace in locationed parser by @jhnaldo in https://github.com/es-meta/esmeta/pull/329
- Better parsing and stringify by @jungwngkim in https://github.com/es-meta/esmeta/pull/324
- Fix: revert location info and correctly handle location for
evalby @jhnaldo in https://github.com/es-meta/esmeta/pull/330 - Introduce
yet-checkCommand by @jhnaldo in https://github.com/es-meta/esmeta/pull/332 - Update Version of Unicode to 17.0.0 by @jhnaldo in https://github.com/es-meta/esmeta/pull/333
Full Changelog: https://github.com/es-meta/esmeta/compare/v0.7.1...v0.7.2
The following list is automatically generated by git shortlog -sn --no-merges v0.7.1..v0.7.2:
6 Jihyeok Park (jhnaldo)
1 Hyunjoon Kim (d01c2)
1 Jungwoong Kim (jungwngkim)
1 Minseok Choe (stonechoe)