-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on TypeScript v5.5 update #152
Comments
Hey @samchon! Thanks for the report. Will check it out |
They made some pretty interesting changes. I had to add a new slicer and update some other logic, but I believe I have it working. There is just one test failing now, which seems to deal with esm only
From what I've seen, it looks like the new ts doesn't always actually have a To accommodate that change, I added this to our patch source, and I call it whenever we need to find what used to be the This seems to work in most cases, but looks like maybe not in the one, assuming that's what the error is referring to. It's late here, so I'm going to call it a night, but if you want to take a look here is the PR: I'm hoping the issue will be fairly easy to figure out. It may be as simple as just needing to expand the Detail & NotesNote to self: |
I also found this nasty issue, which seems to affect even older versions of typescript on Node 21+ I think this is an actual bug in Node, as the error does not make sense, especially given the diagnostic data. |
https://github.com/samchon/typia/actions/runs/9369301300/job/25793460995 Tested, and checked it works properly on the TypeScript v5.5 beta. Thanks for rapid updating. |
I'm still getting this issue on Node v22.5.1 and TypeScript 5.5.4 with ts-patch 3.2.1 |
|
Fixed by removing |
Here is the reproducible repo, and you can see that
ts-patch
is not working on the[email protected]
.The text was updated successfully, but these errors were encountered: