Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts56 …readonly synthNamesMap: ESMap<string, SynthIdentifier>; // keys are the symbol id of the identifier property
85 const synthNamesMap = new Map<string, SynthIdentifier>(); constant
94 …const transformer: Transformer = { checker, synthNamesMap, setOfExpressionsToReturn, isInJSFile: i… constant