MCPcopy Create free account
hub / github.com/QwikDev/qwik / normalizePath

Function normalizePath

packages/qwik/src/optimizer/src/plugins/plugin.ts:900–900  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

898 };
899
900 const normalizePath = (id: string) => lazyNormalizePath(id);
901
902 function getQwikBuildModule(isServer: boolean, _target: QwikBuildTarget) {
903 const isDev = opts.buildMode === 'development';

Callers 7

normalizeOptionsFunction · 0.70
buildStartFunction · 0.70
resolveIdFunction · 0.70
loadFunction · 0.70
transformFunction · 0.70
createOutputAnalyzerFunction · 0.70
formatErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected