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

AlexSpan not exported #6

Closed
tonymorris opened this issue Feb 15, 2012 · 1 comment
Closed

AlexSpan not exported #6

tonymorris opened this issue Feb 15, 2012 · 1 comment

Comments

@tonymorris
Copy link

The Language.JavaScript.Parser modules do not export the AlexSpan data type. This data type is used by Token which is in turn used by ParseError. This means that reporting the AlexSpan of parse errors is not possible. I think AlexSpan should be exported or some other arrangement to allow reporting of the location of parse errors.

@tonymorris
Copy link
Author

I just realised this is a type-alias not a data type. I still think it should be exported.

@alanz alanz closed this as completed in bff786a Feb 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants