MCPcopy
hub / github.com/vitejs/vite / handler

Function handler

packages/vite/src/node/plugins/html.ts:113–115  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

111 resolveId: {
112 filter: { id: isHtmlProxyRE },
113 handler(id) {
114 return id
115 },
116 },
117
118 load: {

Callers

nothing calls this directly

Calls 15

cleanUrlFunction · 0.90
normalizePathFunction · 0.90
checkPublicFileFunction · 0.90
partialEncodeURIPathFunction · 0.90
getNodeAssetAttributesFunction · 0.90
processSrcSetFunction · 0.90
decodeURIIfPossibleFunction · 0.90
encodeURIPathFunction · 0.90
isCSSRequestFunction · 0.90
getHashFunction · 0.90
urlToBuiltUrlFunction · 0.90
applyHtmlTransformsFunction · 0.85

Tested by

no test coverage detected