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

Detect esm builtins protocol change on node 12.20.0 #1332

Merged

Conversation

cspotcode
Copy link
Collaborator

@cspotcode cspotcode commented May 23, 2021

Fixes #1331

Adds node 12.16 to the test matrix
Run ESM tests on node 12.16 and up; previously was skipping them on <13
Updates tests to pass --experimental-modules where demanded by old versions of node
Add native module test to ./tests/esm-node-resolver to match ./tests/esm

@codecov
Copy link

codecov bot commented May 23, 2021

Codecov Report

Merging #1332 (8745dd8) into main (6b8323e) will increase coverage by 0.10%.
The diff coverage is n/a.

Impacted Files Coverage Δ
src/esm.ts 85.10% <0.00%> (+2.12%) ⬆️

@cspotcode cspotcode added this to the 10.0.0 milestone May 23, 2021
@cspotcode cspotcode force-pushed the ab/detect-esm-builtins-protocol-change-on-node-12_20_0 branch from 11ab0bf to 9ab0fb6 Compare May 23, 2021 00:47
@cspotcode cspotcode merged commit 373b2be into main May 23, 2021
@cspotcode cspotcode deleted the ab/detect-esm-builtins-protocol-change-on-node-12_20_0 branch October 11, 2021 03:46
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.

Resolution of node builtins in ESM loader fails on node >=12.20.0, <13
1 participant