Home
last modified time | relevance | path

Searched defs:firstDecl (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts28343 const firstDecl = symbol.declarations?.[0]; constant
28348 const firstDecl = symbol.declarations?.[0]; constant