📎 Allow empty type parameter list for interfaces and type aliases #1237
Labels
A-Parser
Area: parser
L-JavaScript
Language: JavaScript and super languages
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
TypeScript allows interface declarations and type aliases to have empty type parameter lists. Biome parser doesn't allow empty type parameter lists.
TypeScript Playground
Biome playground
Biome should accept empty type parameter lists from interfaces and type aliases.
This was recently fixed in ESbuil.
The text was updated successfully, but these errors were encountered: