Skip to content

Commit

Permalink
Generated module conversion step - unindent
Browse files Browse the repository at this point in the history
This step makes further commits look clearer by unindenting all of the top level namespaces preemptively.
  • Loading branch information
jakebailey committed Nov 6, 2022
1 parent ec6d244 commit 6b4080a
Show file tree
Hide file tree
Showing 430 changed files with 262,528 additions and 262,528 deletions.
6,112 changes: 3,056 additions & 3,056 deletions src/compiler/binder.ts

Large diffs are not rendered by default.

2,864 changes: 1,432 additions & 1,432 deletions src/compiler/builder.ts

Large diffs are not rendered by default.

328 changes: 164 additions & 164 deletions src/compiler/builderPublic.ts

Large diffs are not rendered by default.

1,066 changes: 533 additions & 533 deletions src/compiler/builderState.ts

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions src/compiler/builderStatePublic.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace ts {
export interface EmitOutput {
outputFiles: OutputFile[];
emitSkipped: boolean;
/* @internal */ diagnostics: readonly Diagnostic[];
}
export interface EmitOutput {
outputFiles: OutputFile[];
emitSkipped: boolean;
/* @internal */ diagnostics: readonly Diagnostic[];
}

export interface OutputFile {
name: string;
writeByteOrderMark: boolean;
text: string;
/* @internal */ buildInfo?: BuildInfo
}
export interface OutputFile {
name: string;
writeByteOrderMark: boolean;
text: string;
/* @internal */ buildInfo?: BuildInfo
}
}
78,622 changes: 39,311 additions & 39,311 deletions src/compiler/checker.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 6b4080a

Please sign in to comment.