Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dutils.ts708transformedFiles: Set<string> = new Set(); // ArkTS & TS Files which should be transformed in this… property in ProcessFileInfo
767 this.transformedFiles.add(id);
791 for (const id of this.transformedFiles) {
820 for (const id of this.transformedFiles) {
861 this.transformedFiles = new Set();