Searched defs:changedFiles (Results 1 – 1 of 1) sorted by relevance
20 private readonly changedFiles: ts.Set<ts.Path> = new ts.Set<ts.Path>(); property in IncrementalLinterState80 const changedFiles = new ts.Set<ts.Path>(state.changedFilesSet); constant