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

Don't use Node.js version number to determine loader capabilities #104

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

giltayar
Copy link
Contributor

To deal with the fact that some version of 18 will support the 20 loader API (including register and out-of-main-thread execution), we need to remove checking the version of Node.js in all the quibble code so that it can adapt to the Node.js version no matter what.

It was easier than I thought since most of the work was done previously. I did have to do a small but easy change in canRegisterLoader.

@giltayar giltayar merged commit 9ddcf00 into main Nov 12, 2023
6 checks passed
@giltayar giltayar deleted the check-compat-without-version branch November 12, 2023 16:30
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.

1 participant