Babel Bot
|
5884adaa93
|
chore: update test262 to e6c21464f5f9d46679ad537dbc3e2be753fb5b5c (#13646)
|
2021-08-06 08:36:36 +02:00 |
|
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 |
|
Babel Bot
|
1c7da020e4
|
Update test262 (#13561)
|
2021-07-16 09:10:11 -05:00 |
|
Babel Bot
|
bfcf783834
|
Update test262 (#13544)
|
2021-07-10 17:49:41 +02:00 |
|
Huáng Jùnliàng
|
b8175ec060
|
Relax import assertion key-is-type constraint (#13409)
|
2021-06-02 07:51:56 -04:00 |
|
Babel Bot
|
82a2ca82ca
|
Update test262 (#13347)
* chore: update test262 to 5e0fc43c6641e6655632ca73479c79f1dcb86a17
* Enable `importAssertions` parser plugin
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-05-21 10:40:53 -04:00 |
|
Babel Bot
|
b99c4f06d4
|
chore: update test262 to 70bc32edab22b44db9d671ce505db8842ae200b6 (#13233)
|
2021-04-29 21:50:43 -04:00 |
|
Babel Bot
|
fb908fd87e
|
Update test262 (#13196)
* chore: update test262 to eca69e2c95972a4c5780ef58fe1f1e53e871b9b1
* test262: add mapping for privateIn
* test262: ignored syntax-free features
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
|
2021-04-23 10:40:54 +02:00 |
|
Huáng Jùnliàng
|
2782a549e9
|
Refactor yield await classification (#12230)
* fix: incomplete ParamKind declaration
* refactor: add expression scope handler
* test: update test262 allowlist
* chore: cleanup
* fix: push expression scope for function body
* fix: push new expression scope for initializer and static block
* test: add more test cases
* fix flow error
* refactor: remove unecessary expression scope
* fix: parameter initializer error should not cross expression scope boundary
* chore: cleanup outdated comments
* fix: do not record async arrow error on ParameterDeclaration
* Update packages/babel-parser/src/util/expression-scope.js
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* polish: clear ancestry declaration error on validate
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2020-10-26 11:42:02 -04:00 |
|
Huáng Jùnliàng
|
1964c961ae
|
chore: update test262 tests (#12204)
|
2020-10-16 16:55:10 -04:00 |
|
Huáng Jùnliàng
|
e498bee10f
|
replace whitelist by allowlist in parser-tests (#11727)
|
2020-06-17 15:32:46 -04:00 |
|