Home
last modified time | relevance | path

Searched defs:deletedFilesSet (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts310 const deletedFilesSet: Set<string> = arkObfuscator.filePathManager.getDeletedSourceFilePaths(); constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts873 const deletedFilesSet = new Set(['file1.ts', 'file2.ts']); constant
885 const deletedFilesSet = new Set(['file1.ts', 'file2.ts']); constant