Skip to content

Commit a67847a

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 6f0d69d commit a67847a

File tree

430 files changed

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

+262701
-262701
lines changed

src/compiler/binder.ts

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

src/compiler/builder.ts

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

src/compiler/builderPublic.ts

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

src/compiler/builderState.ts

+531-531
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,600-39,600
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)