tsc --build ignores noEmitOnError=false
#29851
Labels
Working as Intended
The behavior described is the intended behavior; this is not a bug
TypeScript Version: 3.3.1
Search Terms:
--build
noEmitOnError
generates
emit
error
Code
Expected behavior:
The output JS file should be emitted with the syntax error included.
Note: When calling
tsc
it works as expected.Actual behavior:
No files are emitted
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: