Allows emitting buildInfo when --noEmit is specified (#39122)

* Some tests

* Allow noEmit with incremental and composite
Fixes #38440
This commit is contained in:
Sheetal Nandi
2020-06-18 11:05:37 -07:00
committed by GitHub
parent 8683b8a95d
commit b977f86abd
20 changed files with 6358 additions and 75 deletions
-1
View File
@@ -462,7 +462,6 @@ namespace ts {
{
name: "noEmit",
type: "boolean",
affectsEmit: true,
showInSimplifiedHelpView: true,
category: Diagnostics.Basic_Options,
description: Diagnostics.Do_not_emit_outputs,