added relaxed emit rules for separate compilation

This commit is contained in:
Vladimir Matveev
2015-03-25 23:18:58 -07:00
parent 8610a881c3
commit a51f0bf8bb
3 changed files with 97 additions and 3 deletions

View File

@@ -1587,6 +1587,7 @@ module ts {
target?: ScriptTarget;
version?: boolean;
watch?: boolean;
separateCompilation?: boolean;
/* @internal */ stripInternal?: boolean;
/* @internal */ preserveNewLines?: boolean;
/* @internal */ cacheDownlevelForOfLength?: boolean;