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 b96c9ec commit bfc0a00
Show file tree
Hide file tree
Showing 430 changed files with 262,953 additions and 262,953 deletions.
6,112 changes: 3,056 additions & 3,056 deletions src/compiler/binder.ts

Large diffs are not rendered by default.

2,860 changes: 1,430 additions & 1,430 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,486 changes: 39,743 additions & 39,743 deletions src/compiler/checker.ts

Large diffs are not rendered by default.

Loading

0 comments on commit bfc0a00

Please sign in to comment.