Skip to content

Commit 23c7eee

Browse files
committed
Generated module conversion step - unindent
This step makes further commits look clearer by unindenting all of the top level namespaces preemptively.
1 parent 1f8119b commit 23c7eee

File tree

430 files changed

+262670
-262670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+262670
-262670
lines changed

src/compiler/binder.ts

Lines changed: 3056 additions & 3056 deletions
Large diffs are not rendered by default.

src/compiler/builder.ts

Lines changed: 1424 additions & 1424 deletions
Large diffs are not rendered by default.

src/compiler/builderPublic.ts

Lines changed: 164 additions & 164 deletions
Large diffs are not rendered by default.

src/compiler/builderState.ts

Lines changed: 531 additions & 531 deletions
Large diffs are not rendered by default.

src/compiler/builderStatePublic.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
namespace ts {
2-
export interface EmitOutput {
3-
outputFiles: OutputFile[];
4-
emitSkipped: boolean;
5-
/* @internal */ diagnostics: readonly Diagnostic[];
6-
}
2+
export interface EmitOutput {
3+
outputFiles: OutputFile[];
4+
emitSkipped: boolean;
5+
/* @internal */ diagnostics: readonly Diagnostic[];
6+
}
77

8-
export interface OutputFile {
9-
name: string;
10-
writeByteOrderMark: boolean;
11-
text: string;
12-
/* @internal */ buildInfo?: BuildInfo
13-
}
8+
export interface OutputFile {
9+
name: string;
10+
writeByteOrderMark: boolean;
11+
text: string;
12+
/* @internal */ buildInfo?: BuildInfo
13+
}
1414
}

src/compiler/checker.ts

Lines changed: 39600 additions & 39600 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)