babel-preset-expo 54.0.3-canary-20250919-7a31b96 → 54.0.4-canary-20250930-9dc59d3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +0 -3
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -79,9 +79,6 @@ function babelPresetExpo(api, options = {}) {
|
|
|
79
79
|
!isServerEnv &&
|
|
80
80
|
// Give users the ability to opt-out of the feature, per-platform.
|
|
81
81
|
platformOptions['react-compiler'] !== false) {
|
|
82
|
-
if (!(0, common_1.hasModule)('babel-plugin-react-compiler')) {
|
|
83
|
-
throw new Error('The `babel-plugin-react-compiler` must be installed before you can use React Compiler.');
|
|
84
|
-
}
|
|
85
82
|
extraPlugins.push([
|
|
86
83
|
require('babel-plugin-react-compiler'),
|
|
87
84
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-preset-expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.4-canary-20250930-9dc59d3",
|
|
4
4
|
"description": "The Babel preset for Expo projects",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"files": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@babel/runtime": "^7.20.0",
|
|
45
45
|
"react-refresh": ">=0.14.0 <1.0.0",
|
|
46
|
-
"expo": "55.0.0-canary-
|
|
46
|
+
"expo": "55.0.0-canary-20250930-9dc59d3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@babel/runtime": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
70
70
|
"@babel/preset-react": "^7.22.15",
|
|
71
71
|
"@babel/preset-typescript": "^7.23.0",
|
|
72
|
-
"@react-native/babel-preset": "0.
|
|
72
|
+
"@react-native/babel-preset": "0.82.0-rc.4",
|
|
73
73
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
74
74
|
"babel-plugin-react-native-web": "~0.21.0",
|
|
75
75
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@babel/core": "^7.26.0",
|
|
82
82
|
"@types/babel__core": "^7.20.5",
|
|
83
83
|
"@expo/metro": "~54.0.0",
|
|
84
|
-
"expo-module-scripts": "5.0.8-canary-
|
|
84
|
+
"expo-module-scripts": "5.0.8-canary-20250930-9dc59d3",
|
|
85
85
|
"jest": "^29.2.1",
|
|
86
86
|
"react-refresh": "^0.14.2"
|
|
87
87
|
}
|