Home
last modified time | relevance | path

Searched refs:sourceFileMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DDeclgen.ts36 private readonly sourceFileMap: Map<string, ts.SourceFile>; property in Declgen
46 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) ??
DASTTransformer.ts22 private readonly sourceFileMap: Map<string, ts.SourceFile>; property in Transformer
31 this.sourceFileMap = customSourceFileMap;
68 this.sourceFileMap?.set(