Skip to content

Commit 81ff1b4

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 21e44de commit 81ff1b4

File tree

430 files changed

+262528
-262528
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

+262528
-262528
lines changed

src/compiler/binder.ts

+3,056-3,056
Large diffs are not rendered by default.

src/compiler/builder.ts

+1,432-1,432
Large diffs are not rendered by default.

src/compiler/builderPublic.ts

+164-164
Large diffs are not rendered by default.

src/compiler/builderState.ts

+533-533
Large diffs are not rendered by default.

src/compiler/builderStatePublic.ts

+11-11
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

+39,311-39,311
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)