node v20 --loader error #3199
Unanswered
iambumblehead
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I'd argue that custom loaders should not break AVA if Node.js and the loader are behaving correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checking in here to notify about an issue using ava with node v20 and --loader. There is a problem demonstrated at the repo here: https://github.com/iambumblehead/nodejs-v20-loader-ava-noop; using
npm test
from that repo with node v20 causes the test to incorrectly fail.Essentially ava fails when used with --loader
anyloader.js
anyfile.spec.js
It might be caused by an upstream issue reported earlier this evening nodejs/node#47614, however opening an issue here may be useful because the error manifests itself in a special way with ava, indicating a possibly separate issue.
Beta Was this translation helpful? Give feedback.
All reactions