Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts100 public dependencyFileMap: DependencyFileConfig | null; property in BaseMode
134 this.dependencyFileMap = null;
554 if (!this.dependencyFileMap) {
604 (this.dependencyFileMap?.dependants[currentFile] || []).forEach(dependant => {
630 dependentFiles: this.dependencyFileMap?.dependants[file] || [],
793 this.dependencyFileMap = JSON.parse(dependencyJsonContent);