TS: Parse error when an interface extends multiple types #39

Closed
opened 2024-10-08 15:44:36 +02:00 by SirPepe · 1 comment
SirPepe commented 2024-10-08 15:44:36 +02:00 (Migrated from github.com)

The following causes parse errors around , B

interface A { x: number }
interface B { y: number }
interface C extends A, B {}
The following causes parse errors around `, B` ``` interface A { x: number } interface B { y: number } interface C extends A, B {} ```
marijnh commented 2024-10-08 16:18:27 +02:00 (Migrated from github.com)

Attached patch adds support for this.

Attached patch adds support for this.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lezer/javascript#39
No description provided.