-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support for top-level await #9
Comments
Thanks, @legraphista ! 💓 Here's my quick thoughts on your proposals/works:
Let's continue this discussion in the upcoming days, but, yet again, thank you for your interest in the project. It's nice seeing people actually putting it to some good use/effort. 🙇 |
Hey @3Nigma! Thanks for the reply! Allow me to quickly go through the talking points:
|
Hi!
Awesome project!
I've taken the liberty to add support for
await
at the outer most scope.I've also added some features here and there like
console.log/warn/error
to usekernel.print
util.inspect
to print returned nested objectsIf this looks right to you, i can issue a PR with the changes 😀
Here's the diff: master...legraphista:master
The text was updated successfully, but these errors were encountered: