[feature request] support Node.js v18.6.0 loader hooks API #225
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
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)
The text was updated successfully, but these errors were encountered: