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

Method transformRequest

packages/vite/src/node/server/environment.ts:258–260  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

256 }
257
258 transformRequest(url: string): Promise<TransformResult | null> {
259 return transformRequest(this, url, { skipFsCheck: this._skipFsCheck })
260 }
261
262 async warmupRequest(url: string): Promise<void> {
263 if (this.bundledDev) {

Callers

nothing calls this directly

Calls 1

transformRequestFunction · 0.90

Tested by

no test coverage detected