Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dbuilder.ts625 const oldSignature = Debug.checkDefined(state.oldSignatures).get(path) || undefined; constant
1444 const oldSignature = state.emitSignatures?.get(filePath); constant