Skip to content

Commit

Permalink
CONVERSION STEP - stripNamespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 17, 2022
1 parent d197ea1 commit 9683b0a
Show file tree
Hide file tree
Showing 555 changed files with 306,477 additions and 303,423 deletions.
7,078 changes: 3,540 additions & 3,538 deletions src/compiler/binder.ts

Large diffs are not rendered by default.

2,946 changes: 1,484 additions & 1,462 deletions src/compiler/builder.ts

Large diffs are not rendered by default.

346 changes: 173 additions & 173 deletions src/compiler/builderPublic.ts

Large diffs are not rendered by default.

1,301 changes: 652 additions & 649 deletions src/compiler/builderState.ts

Large diffs are not rendered by default.

26 changes: 13 additions & 13 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 ts.Diagnostic[];
/* @internal */ exportedModulesFromDeclarationEmit?: ts.ExportedModulesFromDeclarationEmit;
}

export interface OutputFile {
name: string;
writeByteOrderMark: boolean;
text: string;
}
import * as ts from "./ts";

export interface EmitOutput {
outputFiles: OutputFile[];
emitSkipped: boolean;
/* @internal */ diagnostics: readonly ts.Diagnostic[];
/* @internal */ exportedModulesFromDeclarationEmit?: ts.ExportedModulesFromDeclarationEmit;
}

export interface OutputFile {
name: string;
writeByteOrderMark: boolean;
text: string;
}
90,475 changes: 45,240 additions & 45,235 deletions src/compiler/checker.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 9683b0a

Please sign in to comment.