MCPcopy
hub / github.com/QwikDev/qwik / getQwikLoaderScript

Function getQwikLoaderScript

packages/qwik/src/server/scripts.ts:10–13  ·  view source on GitHub ↗
(opts: { debug?: boolean } = {})

Source from the content-addressed store, hash-verified

8 * @public
9 */
10export function getQwikLoaderScript(opts: { debug?: boolean } = {}) {
11 // default script selector behavior
12 return opts.debug ? QWIK_LOADER_DEFAULT_DEBUG : QWIK_LOADER_DEFAULT_MINIFIED;
13}
14
15const QWIK_PREFETCH_MINIFIED: string = (globalThis as any).QWIK_PREFETCH_MINIFIED;
16const QWIK_PREFETCH_DEBUG: string = (globalThis as any).QWIK_PREFETCH_DEBUG;

Callers 1

renderToStreamFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…