OxcOptions Type — vite Architecture
Architecture documentation for the OxcOptions type/interface in oxc.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD 75196e33_23e7_19a3_4ba1_df3a168d8427["OxcOptions"] 16dc8750_0d4e_ed3e_3844_b80096ed2e0b["oxc.ts"] 75196e33_23e7_19a3_4ba1_df3a168d8427 -->|defined in| 16dc8750_0d4e_ed3e_3844_b80096ed2e0b style 75196e33_23e7_19a3_4ba1_df3a168d8427 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/plugins/oxc.ts lines 43–52
export interface OxcOptions extends Omit<
OxcTransformOptions,
'cwd' | 'sourceType' | 'lang' | 'sourcemap' | 'helpers'
> {
include?: string | RegExp | ReadonlyArray<string | RegExp>
exclude?: string | RegExp | ReadonlyArray<string | RegExp>
jsxInject?: string
jsxRefreshInclude?: string | RegExp | ReadonlyArray<string | RegExp>
jsxRefreshExclude?: string | RegExp | ReadonlyArray<string | RegExp>
}
Defined In
Source
Frequently Asked Questions
What is the OxcOptions type?
OxcOptions is a type/interface in the vite codebase, defined in packages/vite/src/node/plugins/oxc.ts.
Where is OxcOptions defined?
OxcOptions is defined in packages/vite/src/node/plugins/oxc.ts at line 43.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free