Home / Type/ SFCScriptCompileOptions Type — vue Architecture

SFCScriptCompileOptions Type — vue Architecture

Architecture documentation for the SFCScriptCompileOptions type/interface in compileScript.ts from the vue codebase.

Entity Profile

Source Code

packages/compiler-sfc/src/compileScript.ts lines 65–83

export interface SFCScriptCompileOptions {
  /**
   * Scope ID for prefixing injected CSS variables.
   * This must be consistent with the `id` passed to `compileStyle`.
   */
  id: string
  /**
   * Production mode. Used to determine whether to generate hashed CSS variables
   */
  isProd?: boolean
  /**
   * Enable/disable source map. Defaults to true.
   */
  sourceMap?: boolean
  /**
   * https://babeljs.io/docs/en/babel-parser#plugins
   */
  babelParserPlugins?: ParserPlugin[]
}

Analyze Your Own Codebase

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

Try Supermodel Free