Skip to content

Conversation

@sjbarag
Copy link

@sjbarag sjbarag commented Oct 31, 2025

A tagged template call with a generic was previously parsed as a pair of '<' and '>' binary expressions. TypeScript supports type arguments on tagged template calls (e.g. 'lorem`dolor sit amet`'), so parse them properly.

A tagged template call with a generic was previously parsed as a pair of '<' and '>' binary expressions. TypeScript supports type arguments on tagged template calls (e.g. 'lorem<Ipsum>`dolor sit amet`'), so parse them properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant