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

Function set

packages/vite/src/node/utils.ts:1282–1287  ·  packages/vite/src/node/utils.ts::set
(newValue)

Source from the content-addressed store, hash-verified

1280 return buildConfig.rolldownOptions
1281 },
1282 set(newValue) {
1283 if (runtimeDeprecatedPath.has(path)) {
1284 rollupOptionsDeprecationCall()
1285 }
1286 buildConfig.rolldownOptions = newValue
1287 },
1288 configurable: true,
1289 enumerable: true,
1290 })

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected