Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D13702
Change Details
Change Details
Old
New
Diff
In the next diff, we add some packages that use newer JS features: `BigInt` literals (eg. `0n`), numeric separators (eg. `1_000`), and named capture groups in RegExp. This diff adds support for those features to our Babel setup on `native`.
In the next diff, we add some packages that use newer JS features: `BigInt` literals (eg. `0n`), numeric separators (eg. `1_000`), and named capture groups in RegExp. This diff adds support for those features to our Babel setup on `native`.
Continue