Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow emit in the face of early errors #1421

Closed
yuit opened this issue Dec 10, 2014 · 0 comments
Closed

Allow emit in the face of early errors #1421

yuit opened this issue Dec 10, 2014 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue In Discussion Not yet reached consensus

Comments

@yuit
Copy link
Contributor

yuit commented Dec 10, 2014

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.

@mhegazy mhegazy added the Bug A bug in TypeScript label Dec 10, 2014
@mhegazy mhegazy changed the title A careful curating of "isEarly" flags in diagnostics Allow emit in the face of early errors Dec 11, 2014
@mhegazy mhegazy added the In Discussion Not yet reached consensus label Dec 11, 2014
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Mar 24, 2015
@mhegazy mhegazy closed this as completed Mar 24, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue In Discussion Not yet reached consensus
Projects
None yet
Development

No branches or pull requests

2 participants