Jake Bailey
Jake Bailey
@typescript-bot test it
@typescript-bot test top999
@typescript-bot perf test this faster
I've tried to search Node's docs for info on these options, but none exist. Is this really an API that should be documented? Are these options stable? Or are they...
The only last thing to consider is whether these changes should also apply to the v16 and v18 directories.
Unfortunately this PR wasn't merged before v22 was added, so there's now a v20 dir that needs to be updated too. I'd merge from master first and fix that.
I reopened this with the idea that it'd be updated for v16, but I'm not going to block on that. Any remaining concerns here?
@mizchi's repro in https://github.com/microsoft/typescript-go/issues/518#issuecomment-2924630799 was the same as #904, now fixed. In @prochri's repro in https://github.com/microsoft/typescript-go/issues/518#issuecomment-2794926185, things are behaving "as expected" because that repo is attempting to use the old/bad...
You can see there are errors in `tsconfig.json`; `baseUrl` has been removed. See https://github.com/microsoft/TypeScript/issues/62508#issuecomment-3348649259.
> it does provide jsdoc types Where? https://www.npmjs.com/package/webtorrent contains no `d.ts` files. You should not be expecting users to actually get types from published JS files. Just using JSDoc in...