Andrew Branch
Andrew Branch
I found a repro for this in the TypeScript repo. 1. Open checker.ts 2. Find All `node16,nodenext` in `tests/cases`, replace with `node16,node18,nodenext`
#60039 does not fix it, so I’ll investigate
@MerryCello @jerry2013 I think I’m narrowing in on a root cause but there might be multiple. Do you have any `resolution-mode` import assertions/attributes in the codebases where you experience this...
@jerry2013 what version of each? Are you able to share the project you work on? If not, I may make a patch you can apply to make TS spit out...
Can folks try out the build at https://github.com/microsoft/TypeScript/pull/60910#issuecomment-2569747500?
FWIW I’ve always wanted this feature, but I’m not confident that a PR would get accepted and I would hate to see you burned by infinite bikeshedding as a first...
Well, maybe to get some momentum one way or another: @MartinJohns, why are you not a fan?
I think I create (and edit) more tsconfigs than the average person since a big part of my job is creating repros of bugs. I agree this isn’t a big...
`transpileModule` is not implemented here yet—this PR contains a very small fraction of methods we’ll want to expose eventually.
John is referring to offline chats with me, because I do know the guts in question, and ts-loader’s API usage is extremely broad, low-level, and implementation-specific.