Skip to content

Commit 75c946c

Browse files
committed
revert renaming
1 parent 9ba036c commit 75c946c

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ rn_library(
770770
"//xplat/js/RKJSModules/vendor/scheduler:scheduler",
771771
"//xplat/js/react-native-github/packages/assets:assets",
772772
"//xplat/js/react-native-github/packages/normalize-color:normalize-color",
773-
"//xplat/js/react-native-github/packages/js-polyfills:polyfills",
773+
"//xplat/js/react-native-github/packages/polyfills:polyfills",
774774
"//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules",
775775
"//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills",
776776
],
File renamed without changes.

packages/js-polyfills/BUCK renamed to packages/polyfills/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn_workspace(
2222

2323
rn_library(
2424
name = "polyfills",
25-
base_path = relative_path_to_js_root() + "node_modules/@react-native/js-polyfills/",
25+
base_path = relative_path_to_js_root() + "node_modules/@react-native/polyfills/",
2626
is_polyfill = True,
2727
labels = [
2828
"pfh:ReactNative_CommonInfrastructurePlaceholder",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/js-polyfills/package.json renamed to packages/polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "[email protected]:facebook/react-native.git",
8-
"directory": "packages/js-polyfills"
8+
"directory": "packages/polyfills"
99
},
1010
"license": "MIT"
1111
}

scripts/run-ci-e2e-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ try {
9191

9292
const METRO_CONFIG = path.join(ROOT, 'metro.config.js');
9393
const RN_GET_POLYFILLS = path.join(ROOT, 'rn-get-polyfills.js');
94-
const RN_POLYFILLS_PATH = 'packages/js-polyfills/';
94+
const RN_POLYFILLS_PATH = 'packages/polyfills/';
9595
exec(`mkdir -p ${RN_POLYFILLS_PATH}`);
9696

9797
cp(METRO_CONFIG, '.');

0 commit comments

Comments
 (0)