You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the current NodeJS LTS Schedule, NodeJS v18.x will go into active LTS, which will be great for a number of features that would be valuable to this project.
Consolidate on fetch / HTTP implementation in the project as currently we are mixing usage of request (for tests) and node-fetch (userland) and as part of this upgrade, we should consolidate on usage of (native) fetch exclusively.
This could possibly deprecate the JSON import plugin, depending on current browser support for JSON import assertions?
The text was updated successfully, but these errors were encountered:
Type of Change
Summary
Looking at the current NodeJS LTS Schedule, NodeJS v18.x will go into active LTS, which will be great for a number of features that would be valuable to this project.
Details
fetch
--experimental-loaders
APIfetch
/ HTTP implementation in the project as currently we are mixing usage of request (for tests) and node-fetch (userland) and as part of this upgrade, we should consolidate on usage of (native)fetch
exclusively.This could possibly deprecate the JSON import plugin, depending on current browser support for JSON import assertions?
The text was updated successfully, but these errors were encountered: