-
Notifications
You must be signed in to change notification settings - Fork 27
Generate node.js compatible modules #285
Comments
IMO, ES6 isn't really a blocker ... nodejs is going to support it. So it's a backporting issue: do we want to support older node versions, or do we want this before nodejs is finished with ES6. But in that case, could we just use an existing ES6->5 transpiler for that?
yeah. tricky part there is I'm not sure how the test coverage is for dart:io these days. Used to be not great. I guess Pub covers it pretty well though, so maybe Pub's tests can work as a dart:io test suite. |
Adding the |
yeah, +1. Even if you can work around it, we should still make it so you don't have to/can get rid of the workaround :) |
Fixed in 393c2b3 🎉 |
I'll open a bug for dart:io node wrapper. |
#436 for dart:io |
This has been suggested a few times. Opening this as a tracker.
Some blockers:
The text was updated successfully, but these errors were encountered: