MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / getResolveUrl

Function getResolveUrl

packages/vite/src/bridge/build.ts:26–26  ·  view source on GitHub ↗
(path: string, URL = 'URL')

Source from the content-addressed store, hash-verified

24}
25
26const getResolveUrl = (path: string, URL = 'URL') => `new ${URL}(${path}).href`;
27
28const getRelativeUrlFromDocument = (relativePath: string, umd = false) =>
29 getResolveUrl(

Callers 2

build.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected