Skip to content
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 node.js 18+ #97

Merged
merged 2 commits into from Nov 17, 2022
Merged

Support node.js 18+ #97

merged 2 commits into from Nov 17, 2022

Conversation

xel23
Copy link
Contributor

@xel23 xel23 commented Nov 16, 2022

It would be great if endorphin supports Node.js 18+. Now we have blocker which is source-map dependency. Current version of source-map relies on naive checking of global fetch (more detail).
So it causes error when trying to build project using endorphin.

Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer

Unfortunately, this solution involves using beta version, but I hope it will stable soon.

@sergeche sergeche merged commit 08232d6 into endorphinjs:master Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants