Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ options
Function
options
packages/vite/src/node/server/__tests__/pluginContainer.spec.ts:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
const
plugin: Plugin = {
150
name:
'p1'
,
151
options() {
152
this.debug(
'test'
)
153
},
154
}
155
await
getDevEnvironment({
156
plugins: [plugin],
Callers
nothing calls this directly
Calls
2
debug
Method · 0.65
error
Method · 0.65
Tested by
no test coverage detected