Searched refs:sourceFileMap (Results 1 – 2 of 2) sorted by relevance
36 private readonly sourceFileMap: Map<string, ts.SourceFile>; property in Declgen46 this.sourceFileMap = new Map<string, ts.SourceFile>();54 this.hookedHost = Declgen.createHookedCompilerHost(this.sourceFileMap, this.compilerOptions);72 … const transformer = new Transformer(ctx, this.sourceFileMap, [autofixer.fixNode.bind(autofixer)]);107 sourceFileMap: Map<string, ts.SourceFile>,122 sourceFileMap.get(fileName) ??
22 private readonly sourceFileMap: Map<string, ts.SourceFile>; property in Transformer31 this.sourceFileMap = customSourceFileMap;68 this.sourceFileMap?.set(