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

[feature request] support Node.js v18.6.0 loader hooks API #225

Open
DerekNonGeneric opened this issue Jul 17, 2022 · 1 comment
Open

[feature request] support Node.js v18.6.0 loader hooks API #225

DerekNonGeneric opened this issue Jul 17, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@DerekNonGeneric
Copy link
Owner

The loader hooks API that Node.js began shipping in v18.6.0 is intended for v18.x LTS and expected to be a bit more long-lasting than previous iterations. It does, however, introduce a few breaking changes to the loaders API, which this project should adapt to. For this project to continue to work as expected with Node.js v18.x, which will be going LTS 2022-10-25 (a few months away), we should be now testing against a different SemVer range (>=18.6.0).

Refs: nodejs/node#42623 (comment)

@DerekNonGeneric
Copy link
Owner Author

I wonder if @JakobJingleheimer is aware of this project and would be interested in contributing a fix for this? This project advertises that it works with >=13.7.0 on its README, but that no longer seems true due to the latest current release, which changed things up a bit.

/cc @GeoffreyBooth

@DerekNonGeneric DerekNonGeneric pinned this issue Aug 20, 2022
@DerekNonGeneric DerekNonGeneric added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant