Home
last modified time | relevance | path

Searched refs:ReactRefreshRuntime (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/metro-runtime/src/
H A DsetupFastRefresh.ts3 const ReactRefreshRuntime = require('react-refresh/runtime'); constant
4 ReactRefreshRuntime.injectIntoGlobalHook(global);
11 createSignatureFunctionForTransform: ReactRefreshRuntime.createSignatureFunctionForTransform,
13 isLikelyComponentType: ReactRefreshRuntime.isLikelyComponentType,
15 getFamilyByType: ReactRefreshRuntime.getFamilyByType,
17 register: ReactRefreshRuntime.register,
20 if (ReactRefreshRuntime.hasUnrecoverableErrors()) {
24 ReactRefreshRuntime.performReactRefresh();
/expo/packages/@expo/metro-runtime/build/
H A DsetupFastRefresh.js2 const ReactRefreshRuntime = require('react-refresh/runtime'); constant
3 ReactRefreshRuntime.injectIntoGlobalHook(global);
8 createSignatureFunctionForTransform: ReactRefreshRuntime.createSignatureFunctionForTransform,
9 isLikelyComponentType: ReactRefreshRuntime.isLikelyComponentType,
10 getFamilyByType: ReactRefreshRuntime.getFamilyByType,
11 register: ReactRefreshRuntime.register,
13 if (ReactRefreshRuntime.hasUnrecoverableErrors()) {
17 ReactRefreshRuntime.performReactRefresh();
H A DsetupFastRefresh.js.map1ReactRefreshRuntime = require('react-refresh/runtime');\nReactRefreshRuntime.injectIntoGlobalHook(…
H A DsetupFastRefresh.d.ts1 declare const ReactRefreshRuntime: any; constant