File tree Expand file tree Collapse file tree
packages/repack/src/loaders/babelSwcLoader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PODS:
22 - boost (1.84.0)
3- - callstack-repack (5.2.0 ):
3+ - callstack-repack (5.2.2 ):
44 - boost
55 - DoubleConversion
66 - fast_float
@@ -2930,7 +2930,7 @@ EXTERNAL SOURCES:
29302930
29312931SPEC CHECKSUMS:
29322932 boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2933- callstack-repack: 9c91d2c48b139e38919c656474f43ab0494b4c21
2933+ callstack-repack: c874fe60c49dcf3067bca0627b7ace673589737c
29342934 DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
29352935 fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
29362936 FBLazyVector: a867936a67af0d09c37935a1b900a1a3c795b6d1
@@ -3011,7 +3011,7 @@ SPEC CHECKSUMS:
30113011 RNWorklets: 20451b83d42e7509f43599b405993e57e3a038af
30123012 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
30133013 SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
3014- Yoga: 00013dd9cde63a2d98e8002fcc4f5ddb66c10782
3014+ Yoga: b01392348aeea02064c21a2762a42893d82b60a7
30153015
30163016PODFILE CHECKSUM: 6d7cbe03444d5e87210979fb32a0eca299d758fe
30173017
Original file line number Diff line number Diff line change @@ -89,10 +89,12 @@ function getTransformReactRuntimeConfig(
8989 ...swcConfig . jsc ?. transform ,
9090 react : {
9191 ...swcConfig . jsc ?. transform ?. react ,
92- runtime : reactRuntimeConfig . runtime ,
93- ...( reactRuntimeConfig . importSource !== undefined
94- ? { importSource : reactRuntimeConfig . importSource }
95- : { } ) ,
92+ runtime :
93+ reactRuntimeConfig . runtime ??
94+ swcConfig . jsc ?. transform ?. react ?. runtime ,
95+ importSource :
96+ reactRuntimeConfig . importSource ??
97+ swcConfig . jsc ?. transform ?. react ?. importSource ,
9698 } ,
9799 } ,
98100 } ,
You can’t perform that action at this time.
0 commit comments