Home / Function/ isTextTag() — vue Function Reference

isTextTag() — vue Function Reference

Architecture documentation for the isTextTag() function in index.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  b27acdd4_4dad_824f_0983_1800f6de7ebb["isTextTag()"]
  c27f0203_4eed_0348_4118_e8e105adc6ee["parse()"]
  c27f0203_4eed_0348_4118_e8e105adc6ee -->|calls| b27acdd4_4dad_824f_0983_1800f6de7ebb
  style b27acdd4_4dad_824f_0983_1800f6de7ebb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/compiler/parser/index.ts lines 956–958

function isTextTag(el): boolean {
  return el.tag === 'script' || el.tag === 'style'
}

Subdomains

Called By

Frequently Asked Questions

What does isTextTag() do?
isTextTag() is a function in the vue codebase.
What calls isTextTag()?
isTextTag() is called by 1 function(s): parse.

Analyze Your Own Codebase

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

Try Supermodel Free