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 2, 2022
1 parent 410dbe7 commit 65a391d
Show file tree
Hide file tree
Showing 430 changed files with 262,701 additions and 262,701 deletions.
6,112 changes: 3,056 additions & 3,056 deletions src/compiler/binder.ts

Large diffs are not rendered by default.

2,848 changes: 1,424 additions & 1,424 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,062 changes: 531 additions & 531 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
}
}
79,200 changes: 39,600 additions & 39,600 deletions src/compiler/checker.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 65a391d

Please sign in to comment.