-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CLI: --require options doesn't work for file with illegal chars for JS variable #4209
Labels
Comments
By the way, this is causing the bug in the wild: https://github.com/benbria/coffee-coverage/blob/master/register-istanbul.js This register file can't be required right way.... |
Hooray for new release!! So, I'm bumping this just to remind others.. :) |
GeoffreyBooth
changed the title
--require options doesn't work for file with illegal chars for JS variable
CLI: --require options doesn't work for file with illegal chars for JS variable
May 6, 2017
GeoffreyBooth
added a commit
to GeoffreyBooth/coffeescript
that referenced
this issue
Aug 23, 2017
… required file/module is a valid identifier name before assigning to it; fixes jashkenas#4209
GeoffreyBooth
added a commit
that referenced
this issue
Aug 23, 2017
Fixed by #4658. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following snippet tells everything...
The text was updated successfully, but these errors were encountered: