Home / Type/ ModuleRunnerTransformOptions Type — vite Architecture

ModuleRunnerTransformOptions Type — vite Architecture

Architecture documentation for the ModuleRunnerTransformOptions type/interface in ssrTransform.ts from the vite codebase.

Entity Profile

Dependency Diagram

graph TD
  f805d1d3_1169_6dc4_dbc4_308a53178c01["ModuleRunnerTransformOptions"]
  20c20aaf_ad5b_4014_72b5_c8262a2b5be1["ssrTransform.ts"]
  f805d1d3_1169_6dc4_dbc4_308a53178c01 -->|defined in| 20c20aaf_ad5b_4014_72b5_c8262a2b5be1
  style f805d1d3_1169_6dc4_dbc4_308a53178c01 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/vite/src/node/ssr/ssrTransform.ts lines 41–45

export interface ModuleRunnerTransformOptions {
  json?: {
    stringify?: boolean
  }
}

Frequently Asked Questions

What is the ModuleRunnerTransformOptions type?
ModuleRunnerTransformOptions is a type/interface in the vite codebase, defined in packages/vite/src/node/ssr/ssrTransform.ts.
Where is ModuleRunnerTransformOptions defined?
ModuleRunnerTransformOptions is defined in packages/vite/src/node/ssr/ssrTransform.ts at line 41.

Analyze Your Own Codebase

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

Try Supermodel Free