options() — vite Function Reference
Architecture documentation for the options() function in pluginContainer.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD c133d729_0fb3_09cc_2678_0fd71cdf65b3["options()"] 285b1044_dd20_6f59_7cf5_0ad094eeacee["EnvironmentPluginContainer"] c133d729_0fb3_09cc_2678_0fd71cdf65b3 -->|defined in| 285b1044_dd20_6f59_7cf5_0ad094eeacee 57e7f823_7340_c130_293b_c7cff61b3d12["options()"] 57e7f823_7340_c130_293b_c7cff61b3d12 -->|calls| c133d729_0fb3_09cc_2678_0fd71cdf65b3 57e7f823_7340_c130_293b_c7cff61b3d12["options()"] c133d729_0fb3_09cc_2678_0fd71cdf65b3 -->|calls| 57e7f823_7340_c130_293b_c7cff61b3d12 style c133d729_0fb3_09cc_2678_0fd71cdf65b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/server/pluginContainer.ts lines 275–277
get options(): InputOptions {
return this._resolvedRollupOptions!
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does options() do?
options() is a function in the vite codebase, defined in packages/vite/src/node/server/pluginContainer.ts.
Where is options() defined?
options() is defined in packages/vite/src/node/server/pluginContainer.ts at line 275.
What does options() call?
options() calls 1 function(s): options.
What calls options()?
options() is called by 1 function(s): options.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free