Home / Function/ genStaticKeys() — vue Function Reference

genStaticKeys() — vue Function Reference

Architecture documentation for the genStaticKeys() function in optimizer.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  fc84049c_ab61_f37e_06ee_ece430eba062["genStaticKeys()"]
  831f2e44_2772_b88f_cce1_0c57c2b9af63["genStaticKeys()"]
  fc84049c_ab61_f37e_06ee_ece430eba062 -->|calls| 831f2e44_2772_b88f_cce1_0c57c2b9af63
  dcb237d8_13a5_6dbc_98b0_90bd1707bda9["makeMap()"]
  fc84049c_ab61_f37e_06ee_ece430eba062 -->|calls| dcb237d8_13a5_6dbc_98b0_90bd1707bda9
  style fc84049c_ab61_f37e_06ee_ece430eba062 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/compiler/optimizer.ts lines 33–38

function genStaticKeys(keys: string): Function {
  return makeMap(
    'type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap' +
      (keys ? ',' + keys : '')
  )
}

Domain

Subdomains

Frequently Asked Questions

What does genStaticKeys() do?
genStaticKeys() is a function in the vue codebase.
What does genStaticKeys() call?
genStaticKeys() calls 2 function(s): genStaticKeys, makeMap.

Analyze Your Own Codebase

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

Try Supermodel Free