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

Method resolve

packages/qwik/src/optimizer/src/types.ts:341–341  ·  view source on GitHub ↗
(...paths: string[])

Source from the content-addressed store, hash-verified

339/** @public */
340export interface Path {
341 resolve(...paths: string[]): string;
342 normalize(path: string): string;
343 isAbsolute(path: string): boolean;
344 join(...paths: string[]): string;

Callers 15

getMethodFunction · 0.65
examples.tsxFile · 0.65
serializers.tsFile · 0.65
render.unit.tsxFile · 0.65
render.unit.tsxFile · 0.65
_renderSSRFunction · 0.65
_waitUntilRenderedFunction · 0.65
parseResourceReturnFunction · 0.65
qrl.unit.tsFile · 0.65
setupTmpInstallFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected