Mickey Rose
|
b5907ef967
|
remove executable permission from files that shouldn't have it (#13873)
|
2021-10-23 14:18:30 +02:00 |
|
Huáng Jùnliàng
|
d2076a531f
|
Store token type as number (#13768)
* refactor: abstract token metadata access
* refactor: move token-specific update context logic
* refactor: centralize token definitions
* refactor: abstract token type creation
* refactor: use number as token storage
* build: replace tt.* as number
* fix flow errors
* fix: build on Node 12
* Update packages/babel-parser/src/tokenizer/types.js
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* refactor: rename token types exports to tt
* update unit test
* test: update Babel 8 test fixtures
* fix: centralize obsolete token type updateContext
* fix flow errors
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-09-17 09:36:11 -04:00 |
|
Nicolò Ribaudo
|
31b361b736
|
Use ?. where it represents the intended semantics (#11512)
|
2020-05-09 23:31:50 +02:00 |
|
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 |
|
Nicolò Ribaudo
|
ffe04d9195
|
[babylon] Refactor mixin plugins handling & validation (#7999)
|
2018-05-23 15:28:05 -04:00 |
|
Chaitanya Kumar Kamatham
|
daf0ca8680
|
Rename "babylon" to "@babel/parser" (#7937) 🎉
|
2018-05-19 00:03:05 -04:00 |
|