Merge pull request #2550 from Microsoft/separateCompilation

Relax import/export elision rules for separate compilation
This commit is contained in:
Vladimir Matveev
2015-03-31 14:51:39 -07:00
55 changed files with 578 additions and 16 deletions

View File

@@ -109,6 +109,10 @@ module ts {
type: "boolean",
description: Diagnostics.Do_not_emit_comments_to_output,
},
{
name: "separateCompilation",
type: "boolean",
},
{
name: "sourceMap",
type: "boolean",