Home / Type/ ASTDirective Type — vue Architecture

ASTDirective Type — vue Architecture

Architecture documentation for the ASTDirective type/interface in compiler.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  c90128b3_2596_bbf6_a935_47c110f00aa7["ASTDirective"]
  155f72a7_8db4_5e38_a27c_e709852883ee["compiler.ts"]
  c90128b3_2596_bbf6_a935_47c110f00aa7 -->|defined in| 155f72a7_8db4_5e38_a27c_e709852883ee
  style c90128b3_2596_bbf6_a935_47c110f00aa7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/types/compiler.ts lines 92–101

export type ASTDirective = {
  name: string
  rawName: string
  value: string
  arg: string | null
  isDynamicArg: boolean
  modifiers: ASTModifiers | null
  start?: number
  end?: number
}

Frequently Asked Questions

What is the ASTDirective type?
ASTDirective is a type/interface in the vue codebase, defined in src/types/compiler.ts.
Where is ASTDirective defined?
ASTDirective is defined in src/types/compiler.ts at line 92.

Analyze Your Own Codebase

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

Try Supermodel Free