Huáng Jùnliàng
|
45301c5304
|
Update coalesce precedence (#11017)
* refactor: reimplement nullish coalescing precedence tracking
Co-authored-by: Toru Nagashima <public@mysticatea.dev>
* fix: Coalesce has same precedence with LogicalOR
* fix flow errors
Co-authored-by: Toru Nagashima <public@mysticatea.dev>
|
2020-01-17 20:57:07 +01:00 |
|
jack
|
5f807ae45b
|
Enable optional chaining by default in @babel/parser (#10817)
|
2020-01-10 03:09:39 +01:00 |
|
Oleksandr Fediashov
|
c3388ea42f
|
Enable nullish coalescing by default in @babel/parser (#10819)
* move files, remove hasPlugin() & expectPlugin()
* restore permissions
|
2020-01-10 02:52:53 +01:00 |
|
Abdul Ali
|
5b907e9bb7
|
[parser] enable dynamic import by default (#10843)
* [parser] enable dynamic import by default
* chore: add back babel-core api test
|
2020-01-10 02:28:52 +01:00 |
|
Nicolò Ribaudo
|
4cd93ab5f3
|
[parser] Enable "exportNamespaceFrom" by default (#10521)
|
2019-10-29 18:44:32 +01:00 |
|