From 30b607615757424c928c495bcff2a96a55ed942a Mon Sep 17 00:00:00 2001 From: Nadia-- Date: Thu, 11 Oct 2018 16:22:07 -0700 Subject: [PATCH] Renamed 4 Internal React Modules --- ...wserEventEmitter.js => ReactBrowserEventEmitter_DO_NOT_USE.js} | 0 ...actDOMComponentTree.js => ReactDOMComponentTree_DO_NOT_USE.js} | 0 .../{ReactInstanceMap.js => ReactInstanceMap_DO_NOT_USE.js} | 0 ...eIntoContainer.js => renderSubtreeIntoContainer_DO_NOT_USE.js} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename scripts/rollup/shims/facebook-www/{ReactBrowserEventEmitter.js => ReactBrowserEventEmitter_DO_NOT_USE.js} (100%) rename scripts/rollup/shims/facebook-www/{ReactDOMComponentTree.js => ReactDOMComponentTree_DO_NOT_USE.js} (100%) rename scripts/rollup/shims/facebook-www/{ReactInstanceMap.js => ReactInstanceMap_DO_NOT_USE.js} (100%) rename scripts/rollup/shims/facebook-www/{renderSubtreeIntoContainer.js => renderSubtreeIntoContainer_DO_NOT_USE.js} (100%) diff --git a/scripts/rollup/shims/facebook-www/ReactBrowserEventEmitter.js b/scripts/rollup/shims/facebook-www/ReactBrowserEventEmitter_DO_NOT_USE.js similarity index 100% rename from scripts/rollup/shims/facebook-www/ReactBrowserEventEmitter.js rename to scripts/rollup/shims/facebook-www/ReactBrowserEventEmitter_DO_NOT_USE.js diff --git a/scripts/rollup/shims/facebook-www/ReactDOMComponentTree.js b/scripts/rollup/shims/facebook-www/ReactDOMComponentTree_DO_NOT_USE.js similarity index 100% rename from scripts/rollup/shims/facebook-www/ReactDOMComponentTree.js rename to scripts/rollup/shims/facebook-www/ReactDOMComponentTree_DO_NOT_USE.js diff --git a/scripts/rollup/shims/facebook-www/ReactInstanceMap.js b/scripts/rollup/shims/facebook-www/ReactInstanceMap_DO_NOT_USE.js similarity index 100% rename from scripts/rollup/shims/facebook-www/ReactInstanceMap.js rename to scripts/rollup/shims/facebook-www/ReactInstanceMap_DO_NOT_USE.js diff --git a/scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer.js b/scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer_DO_NOT_USE.js similarity index 100% rename from scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer.js rename to scripts/rollup/shims/facebook-www/renderSubtreeIntoContainer_DO_NOT_USE.js