Simen Bekkhus
Simen Bekkhus
So sorry about the slow response here @peter-leonov! We'll need this for ESM support (#9430), see https://nodejs.org/api/esm.html#esm_url_based_paths. I'll try to find the time to dive into this at some point,...
We can provide it to custom resolvers maybe? That way you can plug in some other resolver if you want, and use the query to do something. It might make...
Yeah I agree, we probably wanna make `jest-resolver` have a bit richer return values than just paths. I think the `{identifier: string, fsAbsolutePath: string}` makes sense as a start. We...
There's also https://github.com/tc39/proposal-module-attributes to consider
@peter-leonov hiya! 👋 is this thing still alive? Minimal support for query was added in #9914. As for import assertions (which the above linked proposal has been renamed to), #12755...
This is a bug in [`resolve.exports`](https://github.com/lukeed/resolve.exports) (the lib we use to resolve `exports`, which shipped in Jest 28). ```js const pkg = require('yargs/package.json') const { resolve } = require('resolve.exports'); console.log(resolve(pkg,...
I'm very sorry about the slow response here - this touches a part of the code base I'm not really familiar with, and has huge potential perf consequences if done...
Fantastic @grosto! Looking forward to it 🙂
Is this fixed now that we've landed #9257?
>it's more about changing the jest's diff solution. Is this still something that jest's team considers doing? If it's improved/more usable, we're always open to it 🙂 It's at least...