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
  1a95bf66_85bf_4ba9_1a54_b17596de065f["isTextTag()"]
  bbf88914_62b5_839d_3cfb_85a00fd1d67b["parse()"]
  bbf88914_62b5_839d_3cfb_85a00fd1d67b -->|calls| 1a95bf66_85bf_4ba9_1a54_b17596de065f
  style 1a95bf66_85bf_4ba9_1a54_b17596de065f 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'
}

Domain

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