Commit 8ac3e09
committed
fix 31012 allow noEmitOnError with isolatedModules
fix microsoft#31012
Since the purpose of isolatedModules: true is to
do extra validation to ensure that separate
compilation is safe
Allowing emit in the presence of errors is
compatible with that intention.1 parent 2eea216 commit 8ac3e09
File tree
3 files changed
+5
-10
lines changed- src/compiler
- tests/baselines/reference
3 files changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2707 | 2707 | | |
2708 | 2708 | | |
2709 | 2709 | | |
2710 | | - | |
2711 | | - | |
2712 | | - | |
2713 | | - | |
2714 | 2710 | | |
2715 | 2711 | | |
2716 | 2712 | | |
| |||
Lines changed: 0 additions & 6 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments