Skip to content

Commit

Permalink
Merge pull request #9006 from Microsoft/transforms-removeLegacyEmitter
Browse files Browse the repository at this point in the history
[Transforms] Replace legacy emitter with tree transforming emitter.
  • Loading branch information
rbuckton committed Jun 7, 2016
2 parents 877e3c4 + cfa4388 commit ede7692
Show file tree
Hide file tree
Showing 9 changed files with 2,457 additions and 11,113 deletions.
426 changes: 18 additions & 408 deletions Jakefile.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,6 @@ namespace ts {
type: "boolean",
description: Diagnostics.Do_not_emit_use_strict_directives_in_module_output
},
{
name: "useLegacyEmitter",
type: "boolean",
experimental: true,
description: Diagnostics.Use_the_legacy_emitter_instead_of_the_transforming_emitter
},
{
name: "listEmittedFiles",
type: "boolean"
Expand Down
4 changes: 0 additions & 4 deletions src/compiler/diagnosticMessages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2773,10 +2773,6 @@
"code": 6131
},

"Use the legacy emitter instead of the transforming emitter.": {
"category": "Message",
"code": 6132
},
"Variable '{0}' implicitly has an '{1}' type.": {
"category": "Error",
"code": 7005
Expand Down
Loading

0 comments on commit ede7692

Please sign in to comment.