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

Fixed mkdirSync to write to workspace instead of root #172

Closed tonybaroneee closed 9 years ago

tonybaroneee commented 9 years ago

The switch from mkdirp to your slim mkdirpSync caused some issues on my machine, and I realized it's because mkdirp would write relative to your current workspace, whereas mkdirpSync was always prepending '/', thus writing to root.

tonybaroneee commented 9 years ago

Looks like I have to make tests happy first :)