-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update for PureScript 0.15 #3
Conversation
I'm struggling to pin down where exactly the source of this problem is:
I'd expect this to come from somewhere something like |
It's probably coming from |
Without touching those lines (ie. leaving them as
The Node docs are all still using |
Maybe you can pass in |
You might have to use data URIs instead. nodejs/node#30682 (comment) |
Ah, I forgot to mention I did try passing the flag via both |
This looks promising! I've got to run, but when I get back online I'll try it out. |
Progress update: switching to a data url does indeed allow progress, but now I'm getting another failure:
As usual, advice is appreciated, but I'll continue sleuthing! |
I'm stumped -- even when the eval is just: import * as worker from "file:///home/trh/Desktop/purescript-node-workerbees/output/Test.Main/index.js"; ...the error output is console.log("hello"); ...works just fine, but obviously nothing has been imported. |
@natefaubion I've removed the |
I think this looks good, but we should push it to a separate branch, not main. |
No description provided.