Uh oh!
There was an error while loading. Please reload this page.
fix: tsconfig not found with TS >= 5.3 - #2091
Conversation
edosrecki
commented
Nov 23, 2023
karlhorky
commented
Nov 24, 2023
This can also be marked as "Fixes #2090" I think |
edosrecki
commented
Nov 24, 2023
@karlhorky I marked it but in my opinion author of that issue should close it as duplicate of #2076. |
Sounds most reasonable, yeah. But good to have it also here to clean up the other issue, eg. just in case the author is gone now. |
alyahmedaly
commented
Nov 28, 2023
is there any reason why this PR is not merged? |
edosrecki
commented
Nov 28, 2023
could you please take a look at this PR? |
fengmk2
commented
Dec 4, 2023
Can we get the merge and release before Christmas? |
johnnyreilly
commented
Dec 6, 2023
I have the ability to merge this PR, but I generally don't work on this and so I'm hesitant to, despite requests: https://twitter.com/karlhorky/status/1732370956335596025 Is there more context that can be shared? |
@johnnyreilly I debugged the original issue, the problem was that TypeScript introduced a breaking change in the internal API that is used by ts-node. Here is the comment: microsoft/TypeScript#56492 (comment) (I hope that is what you're looking for 😅) |
johnnyreilly
commented
Dec 6, 2023
I'm more wondering why the typical maintainers haven't picked this up - whilst I have the power to hit merge, this isn't a repo I typically work on and I'm looking to understand what the usual maintainers are feeling. |
peaceshi
commented
Dec 6, 2023
This issue also makes me confused for several hours. |
torokati44
commented
Dec 7, 2023
+1 This also blocks ruffle-rs/ruffle#14262. |
alumni
commented
Dec 7, 2023
Even if this PR gets merged, we would also need a release.
It's open source software, people work on it in their spare time. Maybe they are not even using the latest TS version in their projects, or maybe they don't even work with nodejs anymore. There are a lot of libraries that are like that, e.g. ts-jest is broken since typescript 5.2, typeorm has a ton of pending PRs. I tend not to judge but to have patience :) |
hilleer
commented
Dec 7, 2023
Should they be considered the typical maintainers then in this case? 🙂 |
rosmcmahon
commented
Dec 14, 2023
i was beginning to think ts-node was abandonware. |


Fixes#2076
Fixes#2090