babel/packages/babel-parser
Huáng Jùnliàng 6e57617138
Fix await binding error within static block (#13088)
* fix: allow await within SCOPE_FUNCTION under static block

* perf: scan scopeStack for once

* add new test case

* chore: update allowlist
2021-07-16 10:35:19 -04:00
..
2021-07-07 11:51:40 -04:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-06-21 21:44:55 +00:00

@babel/parser

A JavaScript parser

See our website @babel/parser for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/parser

or using yarn:

yarn add @babel/parser --dev