The new loader API in v20.6.0 broke esmock
FAIL "should return un-mocked file"
Cannot find package '[object Object]?esmk=1' imported from /Users/matteo/Repositories/esmock/src/esmock.js
at nextResolveCall (file:///Users/matteo/Repositories/esmock/src/esmockLoader.js:71:7)
at resolve (file:///Users/matteo/Repositories/esmock/src/esmockLoader.js:78:12)
I did try a quick replacement with the new initialize, but it looked a bit harder than expected.
cc @GeoffreyBooth for visibility.
The new loader API in v20.6.0 broke
esmockI did try a quick replacement with the new
initialize, but it looked a bit harder than expected.cc @GeoffreyBooth for visibility.