Searched refs:ReactRefreshRuntime (Results 1 – 4 of 4) sorted by relevance
3 const ReactRefreshRuntime = require('react-refresh/runtime'); constant4 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();
2 const ReactRefreshRuntime = require('react-refresh/runtime'); constant3 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();
1 …ReactRefreshRuntime = require('react-refresh/runtime');\nReactRefreshRuntime.injectIntoGlobalHook(…
1 declare const ReactRefreshRuntime: any; constant