Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
export
const
isHTMLProxy = (id: string): boolean => isHtmlProxyRE.test(id)
82
83
export
const
isHTMLRequest = (request: string): boolean =>
84
htmlLangRE.test(request)
Callers
1
transformMiddleware
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected