Home / File/ dynamicImportVars.d.ts — vite Source File

dynamicImportVars.d.ts — vite Source File

Architecture documentation for dynamicImportVars.d.ts, a typescript file in the vite codebase.

Entity Profile

Relationship Graph

Source Code

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
}

Frequently Asked Questions

What does dynamicImportVars.d.ts do?
dynamicImportVars.d.ts is a source file in the vite codebase, written in typescript.
Where is dynamicImportVars.d.ts in the architecture?
dynamicImportVars.d.ts is located at packages/vite/src/types/dynamicImportVars.d.ts (directory: packages/vite/src/types).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free