Searched refs:hmrClient (Results 1 – 7 of 7) sorted by relevance
28 let hmrClient: HMRClientType | null = null; variable75 hmrClient.send(JSON.stringify({ type: 'log-opt-in' }));79 const hasUpdates = hmrClient!.hasPendingUpdates();85 hmrClient.enable();99 hmrClient.disable();105 registerBundleEntryPoints(hmrClient);109 if (!hmrClient) {119 hmrClient.send(150 hmrClient = client;242 registerBundleEntryPoints(hmrClient);[all …]
45 let hmrClient = null; variable70 hmrClient.send(JSON.stringify({ type: 'log-opt-in' }));73 const hasUpdates = hmrClient.hasPendingUpdates();78 hmrClient.enable();91 hmrClient.disable();96 registerBundleEntryPoints(hmrClient);99 if (!hmrClient) {109 hmrClient.send(JSON.stringify({135 hmrClient = client;210 registerBundleEntryPoints(hmrClient);[all …]
1 …hmrClient: HMRClientType | null = null;\nlet hmrUnavailableReason: string | null = null;\nlet curr…
147 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant150 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()
149 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant152 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()