-
Notifications
You must be signed in to change notification settings - Fork 94
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
SyntaxError: Unexpected token (CATCH, 'catch') at 1:9034 between LexToken(PERIOD,'.',1,9033) and LexToken(LPAREN,'(',1,9039) #81
Comments
Haha unfortunate ES6 property name. I guess you could rewrite that code as |
Yea, sadly I would like to use slimit for automatic parser of the code. So I have first to parse it to be able to automatically convert it. Catch 22. ;-) |
Well you could tokenize the source code and replace a On a more serious side, I wonder if still @rspivak is interested in developing/maintaining slimit |
This is related to #59 |
- Also note that the following issues were addressed, where applicable to the lexer or parser. - rspivak/slimit#52 - rspivak/slimit#54 - rspivak/slimit#57 - rspivak/slimit#59 - rspivak/slimit#62 - rspivak/slimit#65 - rspivak/slimit#70 - rspivak/slimit#73 - rspivak/slimit#79 - rspivak/slimit#81 - rspivak/slimit#82 - rspivak/slimit#90 - Will get the release out when I get some sleep.
For:
The text was updated successfully, but these errors were encountered: