esnext / es6-module-transpiler

Tomorrow’s JavaScript module syntax today
http://esnext.github.io/es6-module-transpiler/
Other
1.21k stars 85 forks source link

Tests fail on Windows without apparent reason #101

Closed rhengles closed 10 years ago

rhengles commented 10 years ago

Hello!

I realise this might be a problem in some dependency, maybe with mocha, but I can't understand why the tests are failing if no difference is shown.

I took the screenshot with git bash for windows but running with command prompt gives exactly the same error.

Can someone please help me to make the tests run?

Thanks!

image

domenic commented 10 years ago

Just a guess, but have you configured your Git for Windows to mangle the line endings (i.e. replace the LF ones with CRLF)?

rhengles commented 10 years ago

@domenic "core.autocrlf" is enabled by default on Git for Windows, so I guess disabling it is bad for interoperability.

I just sent a PR fixing it - #124

eventualbuddha commented 10 years ago

I haven't tested the rewrite on Windows, but my guess is that it won't have the same problem. Try again and reopen if it fails?