Home
last modified time | relevance | path

Searched refs:hmrClient (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/metro-runtime/src/
H A DHMRClient.ts28 let hmrClient: HMRClientType | null = null; variable
75 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 …]
/expo/packages/@expo/metro-runtime/build/
H A DHMRClient.js45 let hmrClient = null; variable
70 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 …]
H A DHMRClient.js.map1hmrClient: HMRClientType | null = null;\nlet hmrUnavailableReason: string | null = null;\nlet curr…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt147 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant
150 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt149 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant
152 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt149 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant
152 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt147 val hmrClient: HMRClient? = reactApplicationContext?.getJSModule(HMRClient::class.java) in selectItemWithKey() constant
150 if (nextEnabled) hmrClient?.enable() else hmrClient?.disable() in selectItemWithKey()