Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ importHttp
Function
importHttp
packages/vite/hmr/entry-runtime.ts:59–61 ·
view source on GitHub ↗
(u: string)
Source
from the content-addressed store, hash-verified
57
// Native HTTP ESM import only.
58
// Ensure a single canonical module realm.
59
const
importHttp =
async
(u: string) => {
60
return
await
import
(/* @vite-ignore */ u);
61
};
62
63
try {
64
// Preload runtime bridge and core bridge
Callers
1
startEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected