Searched defs:synthNamesMap (Results 1 – 1 of 1) sorted by relevance
56 …readonly synthNamesMap: ESMap<string, SynthIdentifier>; // keys are the symbol id of the identifier property85 const synthNamesMap = new Map<string, SynthIdentifier>(); constant94 …const transformer: Transformer = { checker, synthNamesMap, setOfExpressionsToReturn, isInJSFile: i… constant