jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

fix error when compile jsx code with absolute path on Windows #316

Closed shibukawa closed 10 years ago

shibukawa commented 10 years ago

NodePlatform.save() method receives outputPath as backslash separated path string. This method(_absPath) returns invalid path when it processes backslash separated path string.

kazuho commented 10 years ago

:+1: