Searched defs:deletedFilesSet (Results 1 – 3 of 3) sorted by relevance
327 const deletedFilesSet: Set<string> = arkObfuscator.filePathManager.getDeletedSourceFilePaths(); constant495 …const deletedFilesSet: Set<string> | undefined = arkObfuscator?.filePathManager?.getDeletedSourceF… constant
888 const deletedFilesSet = new Set(['file1.ts', 'file2.ts']); constant900 const deletedFilesSet = new Set(['file1.ts', 'file2.ts']); constant1163 let deletedFilesSet: Set<string> = new Set(['/test1.ets']); variable1170 let deletedFilesSet: Set<string> = new Set(['/test.ets']); variable