forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated module conversion step - unindent
This step makes further commits look clearer by unindenting all of the top level namespaces preemptively.
- Loading branch information
1 parent
1409555
commit 7ce18fa
Showing
430 changed files
with
262,670 additions
and
262,670 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.