Skip to content

Conversation

andrewbranch
Copy link
Member

Fixes #56477

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Nov 21, 2023
@typescript-bot
Copy link
Collaborator

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.

@fatcerberus
Copy link

Ugh. I get that this is to fix a real-world break, but interface Foo extends Bar {} is just… yuck.

@andrewbranch
Copy link
Member Author

Getting in the weeds with DefinitelyTyped has conditioned me to see interface Foo extends SomeInterface {} as beautiful and type Foo = SomeInterface as unsettling

Copy link
Member

@DanielRosenwasser DanielRosenwasser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIHI

@andrewbranch
Copy link
Member Author

🤔

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

5 participants