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

Function isHTMLProxy

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

Source from the content-addressed store, hash-verified

79)
80
81export const isHTMLProxy = (id: string): boolean => isHtmlProxyRE.test(id)
82
83export const isHTMLRequest = (request: string): boolean =>
84 htmlLangRE.test(request)

Callers 1

transformMiddlewareFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected