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
  62e82099_6770_e50d_0f2f_c11ed6ca7992["genStaticKeys()"]
  9f0cee5a_8c03_b10c_9a11_808e552feb63["genStaticKeys()"]
  62e82099_6770_e50d_0f2f_c11ed6ca7992 -->|calls| 9f0cee5a_8c03_b10c_9a11_808e552feb63
  f9a69e26_d8fe_3dc0_ec5f_33ab5873348f["makeMap()"]
  62e82099_6770_e50d_0f2f_c11ed6ca7992 -->|calls| f9a69e26_d8fe_3dc0_ec5f_33ab5873348f
  style 62e82099_6770_e50d_0f2f_c11ed6ca7992 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 : '')
  )
}

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