-
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
Warning: The dynamicInstantiate loader hook has been removed. #105
Comments
`npm run literate` is broken in Node v14.5 due to K-FOSS/TS-ESNode#105
`npm run literate` is broken in Node v14.5 due to K-FOSS/TS-ESNode#105
Well, fuck. Any ideas how we can work around this while still supporting drop in compatibility with older libraries? |
As happy as I am that I have to remove the hack, I don't know any other "easy" way of supporting external modules with fucky exports. |
I just got deep into a server administration project for work, I might not be able to get to solving this quickly, I've been burned out from programming for a little bit, although I'd be happy to review, test, and merge a potential solution if anyone wants. |
So, after taking a 3 month break from programming. I'm back, I almost have a fix for this. I can't get React SSR tests working, otherwise everything else is functional |
Fix has been released. I haven't tested it in my projects yet. But all tests are passing. |
It's working for me on Node 14.11. |
Awesome, sorry for the delay on fixing this one. Took a bit of a break from programming. |
I also have it working in my new SSH-Proxy which is using the latest |
dynamicInstantiate
loader hook is gone since Node v14.5.0.It causes warning:
For some code, including the test suite of this repository, it causes error:
nodejs/node#33501 explains why they removed
dynamicInstantiate
.The text was updated successfully, but these errors were encountered: