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

Function stop

packages/vite/src/node/plugins/css.ts:2605–2609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2603 } satisfies ScssWorkerResult
2604 },
2605 async stop() {
2606 const compiler = await compilerPromise
2607 await compiler?.dispose()
2608 compilerPromise = undefined
2609 },
2610 }
2611
2612 return worker

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected