about summary refs log tree commit diff
path: root/patches/babel-preset-fbjs+3.4.0.patch
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-12 17:04:08 -0800
committerGitHub <noreply@github.com>2024-01-12 17:04:08 -0800
commitb3b818671e2e71648bccc87fc7d27ab81cc68aeb (patch)
treeb2c8ef601781025d4757abbd1992ea02224d6224 /patches/babel-preset-fbjs+3.4.0.patch
parent8cc1bd0c40c5eb6ba6ef7949d33f80d79d75f410 (diff)
downloadvoidsky-b3b818671e2e71648bccc87fc7d27ab81cc68aeb.tar.zst
Bump react-native@0.73.2 (#2519)
* Bump react-native@0.73.2

* Remove old patch
Diffstat (limited to 'patches/babel-preset-fbjs+3.4.0.patch')
-rw-r--r--patches/babel-preset-fbjs+3.4.0.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/babel-preset-fbjs+3.4.0.patch b/patches/babel-preset-fbjs+3.4.0.patch
deleted file mode 100644
index a66f7c7d8..000000000
--- a/patches/babel-preset-fbjs+3.4.0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/node_modules/babel-preset-fbjs/plugins/inline-requires.js b/node_modules/babel-preset-fbjs/plugins/inline-requires.js
-index b11fc83..e18661a 100644
---- a/node_modules/babel-preset-fbjs/plugins/inline-requires.js
-+++ b/node_modules/babel-preset-fbjs/plugins/inline-requires.js
-@@ -256,6 +256,7 @@ function getInlineableModule(path, state) {
- 
-   return moduleName == null ||
-     state.ignoredRequires.has(moduleName) ||
-+    moduleName.startsWith('@babel/runtime/') ||
-     isRequireInScope
-     ? null
-     : { moduleName, requireFnName: fnName };