Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts12568 const baseIndexType = getBaseConstraint((t as IndexedAccessType).indexType); constant
20009 const baseIndexType = getBaseConstraintOfType(indexType) || indexType; constant