RollupDynamicImportVarsOptions Type — vite Architecture
Architecture documentation for the RollupDynamicImportVarsOptions type/interface in dynamicImportVars.d.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD a3bf1010_d821_b7e0_3585_cb0de103f3af["RollupDynamicImportVarsOptions"] 3e1d71d3_c075_192e_3149_fea72ed52371["dynamicImportVars.d.ts"] a3bf1010_d821_b7e0_3585_cb0de103f3af -->|defined in| 3e1d71d3_c075_192e_3149_fea72ed52371 style a3bf1010_d821_b7e0_3585_cb0de103f3af fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/types/dynamicImportVars.d.ts lines 1–16
export interface RollupDynamicImportVarsOptions {
/**
* Files to include in this plugin (default all).
* @default []
*/
include?: string | RegExp | (string | RegExp)[]
/**
* Files to exclude in this plugin (default none).
* @default []
*/
exclude?: string | RegExp | (string | RegExp)[]
/**
* @deprecated This option is no-op and will be removed in future versions.
*/
warnOnError?: boolean
}
Source
Frequently Asked Questions
What is the RollupDynamicImportVarsOptions type?
RollupDynamicImportVarsOptions is a type/interface in the vite codebase, defined in packages/vite/src/types/dynamicImportVars.d.ts.
Where is RollupDynamicImportVarsOptions defined?
RollupDynamicImportVarsOptions is defined in packages/vite/src/types/dynamicImportVars.d.ts at line 1.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free