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
So minimal setup to reproduce seems to be on overriding new keyword in interfaces. That use case works fine in TSC
ecyrbe
changed the title
Support for new Typescript 5.0 const keywork in generics
Support for new Typescript 5.0 const keywork with 'new' methods in interfaces
Mar 25, 2023
Typescript 5.0 has released a new const type parameter in generic functions.
esbuild does not support it yet.
swc and eslint, and other tooling have catched up. we are just waiting for esbuild to also add support for it.
Awesome package tool, keep up the good work. it's impressive.
The text was updated successfully, but these errors were encountered: