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.
Paths
| Differential D13702 Authored by ashoat on Oct 13 2024, 2:01 PM.
Details Summary 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. Test Plan Tested in combination with the next diff
Diff Detail
Event Timelineashoat held this revision as a draft. Herald added a subscriber: tomek. · View Herald TranscriptOct 13 2024, 2:01 PM2024-10-13 14:01:48 (UTC-7) Harbormaster failed remote builds in B32203: Diff 45099!Oct 13 2024, 2:14 PM2024-10-13 14:14:47 (UTC-7) Harbormaster failed remote builds in B32205: Diff 45101!Oct 13 2024, 2:56 PM2024-10-13 14:56:34 (UTC-7) Harbormaster failed remote builds in B32206: Diff 45102!Oct 13 2024, 3:54 PM2024-10-13 15:54:36 (UTC-7) Harbormaster failed remote builds in B32207: Diff 45103!Oct 13 2024, 4:32 PM2024-10-13 16:32:54 (UTC-7) ashoat retitled this revision from [native] Add stuff to transform crypto packages on React Native to [native] Add Babel plugins to transform crypto packages on React Native.Oct 13 2024, 7:17 PM2024-10-13 19:17:45 (UTC-7)
ashoat attached a referenced file: F2963029: Screenshot 2024-10-13 at 9.23.37 PM.png. (Show Details)Oct 13 2024, 7:31 PM2024-10-13 19:31:36 (UTC-7) Harbormaster completed remote builds in B32216: Diff 45132.Oct 13 2024, 7:39 PM2024-10-13 19:39:58 (UTC-7) This revision is now accepted and ready to land.Oct 14 2024, 7:27 AM2024-10-14 07:27:35 (UTC-7) Comment Actions One more change. I was seeing this React Native issue, and found this GitHub comment from a Metro maintainer on a separate thread. They ended up making this change upstream to resolve the issue, so in this revision I'm adding a patch to do the same thing Harbormaster completed remote builds in B32241: Diff 45180.Oct 14 2024, 4:11 PM2024-10-14 16:11:51 (UTC-7) Closed by commit rCOMM956ddafe919c: [native] Add Babel plugins to transform crypto packages on React Native (authored by ashoat). · Explain WhyOct 14 2024, 8:38 PM2024-10-14 20:38:28 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 45187 native/.babelrc.cjs
native/package.json
patches/babel-plugin-transform-bigint+1.0.34.patch
patches/metro-react-native-babel-preset+0.72.3.patch
yarn.lock
|