Allow emit in the face of early errors #1421
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
In Discussion
Not yet reached consensus
Milestone
In the process of moving grammar checking to type-checking phase and to preserve existed behavior which is to NOT emit javascript file if there is any problem, all grammar diagnostics have to have "isEarly" flag. After the move, we will need to audit the usage of "isEarly" and what kind of diagnostics will prevent emitting.
The text was updated successfully, but these errors were encountered: