_updateActiveInfo() — vite Function Reference
Architecture documentation for the _updateActiveInfo() function in pluginContainer.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD b7368e97_ca47_08c0_9ca2_49c2fa72e70d["_updateActiveInfo()"] bbea215d_7020_772f_d578_a87b3eba030c["TransformPluginContext"] b7368e97_ca47_08c0_9ca2_49c2fa72e70d -->|defined in| bbea215d_7020_772f_d578_a87b3eba030c dcf6f9d5_316b_0287_6984_8729d3e6c0aa["transform()"] dcf6f9d5_316b_0287_6984_8729d3e6c0aa -->|calls| b7368e97_ca47_08c0_9ca2_49c2fa72e70d style b7368e97_ca47_08c0_9ca2_49c2fa72e70d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/server/pluginContainer.ts lines 1168–1172
_updateActiveInfo(plugin: Plugin, id: string, code: string): void {
this._plugin = plugin
this._activeId = id
this._activeCode = code
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does _updateActiveInfo() do?
_updateActiveInfo() is a function in the vite codebase, defined in packages/vite/src/node/server/pluginContainer.ts.
Where is _updateActiveInfo() defined?
_updateActiveInfo() is defined in packages/vite/src/node/server/pluginContainer.ts at line 1168.
What calls _updateActiveInfo()?
_updateActiveInfo() is called by 1 function(s): transform.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free