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
(Unfortunately)TypeScript allows Empty type parameters in a type alias declaration or interface declaration. I think we should only handle type alias and interface declarations; anything else will cause parser errors, so we can ignore them.
// inputinterfaceA<>{}typeA<>={}
If it comfirmed, I'll try this
The text was updated successfully, but these errors were encountered:
Description
originally from: #1237 (comment)
(Unfortunately)TypeScript allows Empty type parameters in a type alias declaration or interface declaration. I think we should only handle type alias and interface declarations; anything else will cause parser errors, so we can ignore them.
If it comfirmed, I'll try this
The text was updated successfully, but these errors were encountered: