runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
318 stars 36 forks source link

Add type-parameters to html template literals #257

Closed xuwaters closed 10 months ago

xuwaters commented 2 years ago

Add type parameters to html template literals:

html<DataSource>`
<div>
    Content
</div>
`