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

Use "node:" prefixed imports everywhere for node imports. #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

boenrobot
Copy link

Adjust minimum node version and update CI accordingly.


Using "node:" prefixed imports enables the use of this library in runtimes other than node where node compatibility layer is provided for prefixed imports (e.g. workerd). The cost is that the minimum nodejs version needs to be bumped to ">=14.18.0 <15 || >=16", where this feature was introduced.

Adjust minimum node version and update CI accordingly.
@phated
Copy link
Member

phated commented Jul 26, 2024

Node 10 won't be dropped until gulp v6 work begins, and we have a lot of work on v5 that still needs to be done.

I'll keep this open until that work begins.

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.

2 participants