This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
node wrapper for dart:io #436
Comments
Hey maybe i can help on this task. I'm wrapping nodejs with the js package : nodejs.dart The only problem i have is that i am not able to launch generated js file in node with this CL it throw an error:
|
Have you tried the preliminary node usage instructions near the end of #485 ? |
Nop, thanks, i will retry with this :) |
yeah you may want to sync to "master" as well. The newer compiler won't generate "dart/_runtime" anymore, it should be trying to |
ok is there a starting point where i can look how to wrap an API ? Or is it the same as with the js package ? |
This issue was moved to dart-lang/sdk#27349 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We can now compile & run on nodejs. But we don't have a dart:io impl.
The text was updated successfully, but these errors were encountered: