pionxzh / ast-types-x

Esprima-compatible implementation of the Mozilla JS Parser API
MIT License
0 stars 0 forks source link

feat: support block scoping #3

Closed pionxzh closed 2 months ago

pionxzh commented 2 months ago

https://github.com/benjamn/ast-types/pull/455

Fixes https://github.com/benjamn/ast-types/issues/154

Also fixed catch clause and function scoping of the original implementation in PR 455.