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

More localized errors on at-html parser #49

Open
flongo opened this issue Nov 20, 2013 · 0 comments
Open

More localized errors on at-html parser #49

flongo opened this issue Nov 20, 2013 · 0 comments

Comments

@flongo
Copy link
Collaborator

flongo commented Nov 20, 2013

Errors in the at-html parser should be added to the specific node that caused the error.
For example, if the id of a block statement is not correct, the error should not be added to the whole block statement node, but to the id child.

@ghost ghost assigned flongo Nov 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment