You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
TypeScript 5 support comes with the most recent version of Deno. One of the changes is how decorators work, and they require an extra bit in order to be properly typed with the changes that have come from the latest ECMA release.
While a fix has been implemented in Tsyringe back in April of 2023, it is still not released.
Might need to find a way to test the branch in a pull request like it would be used from the deno CLI to ensure that it runs correctly. There have been a few errors I found only after a push to Denoland has gone through, and I'm not huge on that.
Tsyringe has finally released a version that is workable on TS5, however I will still be pushing this move through at the very least until the final PR stage to see. There are some things about Inversify that solve some (albeit minor) pain points I was having with TSyringe.
Description
TypeScript 5 support comes with the most recent version of Deno. One of the changes is how decorators work, and they require an extra bit in order to be properly typed with the changes that have come from the latest ECMA release.
While a fix has been implemented in Tsyringe back in April of 2023, it is still not released.
Related
This would resolve #27
Exit Criteria
The text was updated successfully, but these errors were encountered: