Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/QwikDev/qwik
/ queue.ts
File
queue.ts
packages/qwik/src/core/preloader/queue.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isBrowser } from
'@builder.io/qwik/build'
;
2
import
{ base, getBundle, graph } from
'./bundle-graph'
;
3
import
{ config, doc, loadStart, rel } from
'./constants'
;
4
import
type
{ BundleImport, BundleImports } from
'./types'
;
Callers
nothing calls this directly
Calls
1
preload
Function · 0.85
Tested by
no test coverage detected