style(compiler-cli): reformat of codebase with new clang-format version (#36520)
This commit reformats the packages/compiler-cli tree using the new version of clang-format. PR Close #36520
This commit is contained in:
@ -25,7 +25,7 @@ export interface IncrementalBuild<W> {
|
||||
/**
|
||||
* Tracks dependencies between source files or resources in the application.
|
||||
*/
|
||||
export interface DependencyTracker<T extends{fileName: string} = ts.SourceFile> {
|
||||
export interface DependencyTracker<T extends {fileName: string} = ts.SourceFile> {
|
||||
/**
|
||||
* Record that the file `from` depends on the file `on`.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user