-
Notifications
You must be signed in to change notification settings - Fork 42
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
Merging externs from nodejs-std #12
Comments
Well, I'd be happy to have more externs (though I don't really use those you mention), as well as node-webkit. As for nodejs-std, it's a pretty different project IMHO. |
I am not using std too, but would like to have some module externs in one place. |
I agree for the externs part, feel free to merge some to my repo; |
Seems like externs for Mv, mkdirp, watchr, walkdir could be similar to https://github.com/clemos/haxe-js-kit/blob/master/js/npm/Connect.hx, because they work like this walkdir = require('walkdir');
walkdir(path); and etc. |
I plan to move I want to make ultimate Swiss knife. |
Also what do you think about switching to |
Hi, |
Because it's not available on npm that's is why i put it there. And it's kinda browser API and etc...
I didn't knew that. But I have noticed that |
Ok, then maybe |
It's not on github yet.
Great, thanks! |
I'm not sure why I'm getting this. Maybe I should switch to more stable version of Haxe |
This function worked exactly in same way. |
This should be fixed, now. |
Seems like your node.js externs is getting updated and improved very fast.
Currently I use this fork:
https://github.com/as3boyan/HIDE/tree/master/libs/nodejs-std
Main repo(https://github.com/dionjwa/nodejs-std) doesn't get updated, so maybe it's a good idea to add some basic externs for node modules(mv, mkdirp, walkdir, watchr) to your repo? I could add it if you like this idea. And node-webkit externs from there, licensed as BSD.
The text was updated successfully, but these errors were encountered: