Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ stop
Function
stop
packages/vite/src/node/plugins/css.ts:2608–2612 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2606
} satisfies ScssWorkerResult
2607
},
2608
async
stop() {
2609
const
compiler =
await
compilerPromise
2610
await
compiler?.dispose()
2611
compilerPromise = undefined
2612
},
2613
}
2614
2615
return
worker
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected