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

Function cleanUrl

packages/vite/src/bridge/utils.ts:24–26  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

22 * @internal
23 */
24export function cleanUrl(url: string): string {
25 return url.replace(postfixRE, '');
26}
27
28// https://github.com/vitejs/vite/blob/b7ddfae5f852c2948fab03e94751ce56f5f31ce0/packages/vite/src/node/utils.ts#L393
29/**

Callers 6

transformFunction · 0.90
splitFileAndPostfixFunction · 0.90
tryOptimizedDepResolveFunction · 0.90
bundleWorkerEntryFunction · 0.90
partialEncodeURIPathFunction · 0.85
encodeURIPathFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected