Home / Type/ ModuleOptions Type — vue Architecture

ModuleOptions Type — vue Architecture

Architecture documentation for the ModuleOptions type/interface in index.d.ts from the vue codebase.

Entity Profile

Source Code

packages/template-compiler/types/index.d.ts lines 37–44

interface ModuleOptions {
  preTransformNode: (el: ASTElement) => ASTElement | undefined
  transformNode: (el: ASTElement) => ASTElement | undefined
  postTransformNode: (el: ASTElement) => void
  genData: (el: ASTElement) => string
  transformCode?: (el: ASTElement, code: string) => string
  staticKeys?: string[]
}

Analyze Your Own Codebase

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

Try Supermodel Free