-
Notifications
You must be signed in to change notification settings - Fork 211
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
Compiler: Choking on expander.expandModules (Windows) #386
Labels
Comments
What version of node and sweet.js are you running? |
Sweetjs: 0.7.1 C:\temp> node .\node_modules\sweet.js\bin\sjs --version
Sweet.js version: 0.7.1
C:\temp> node -v
v0.10.31
C:\temp> |
I'm mass closing issues due to the release of 1.0 obviating lots of bugs. If you feel this issue is something we still need to address feel free to reopen. |
I can confirm that this issue is fixed when tested with version 1.0.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
One of the sweet.js test cases in Web Essentials is failing. WE consumes sweet.js npm as a web-service (srv-sweetjs) to WE's web-server.
Looks like the crash is caused by
expander.expandModule
at sweet.js: Line 73.I isolated the reproduction steps by running the following in node.js shell:
Even using the CLI throws the same error on Windows (same woks fine on Ubuntu).
Also, the exception variable throws the same error when I try to
console.log(error)
like this. Apparently, the object is unreadable.The text was updated successfully, but these errors were encountered: