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

Error with ES6 code? #24

Open
trusktr opened this issue Jan 28, 2015 · 1 comment
Open

Error with ES6 code? #24

trusktr opened this issue Jan 28, 2015 · 1 comment

Comments

@trusktr
Copy link

trusktr commented Jan 28, 2015

I have some ES6 modules, and this happens:

 ❯ doctor src/* -o docs                                                                                                                                                    [21:29:09]
name:
SyntaxError
expected:
comment,whitespace
found:
i
message:
Expected comment or whitespace but "i" found.
offset:
227
line:
10
column:
1
file:
src/Calendar.js

My code is at https://github.com/infamous/infamous

@jdeal
Copy link
Owner

jdeal commented Mar 14, 2015

Yeah, JS parsers have come a long way since I last worked on this project. Would love to get back to it and see if I could get rid of the custom parser and use something that supports ES6. Right now, I don't have any time to dedicate to it though.

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