Nicolò Ribaudo 143d159982
Create parser plugin "topLevelAwait" (#10449)
* Create parser plugin "topLevelAwait"

* Update test262 whitelist

* Update ts typings

* Fix "sourceType: unambiguous" with TLA

* Ambiguous tokens after await

* Update await %x(0)

* typo [skip ci]

* Typo [skip ci]

Co-Authored-By: Brian Ng <bng412@gmail.com>
2019-10-29 22:18:39 +01:00

6 lines
115 B
JSON

{
"plugins": ["topLevelAwait"],
"sourceType": "script",
"throws": "Unexpected token, expected \";\" (1:6)"
}