escalier-lang / escalier

A compile-to-JavaScript language with tight TypeScript integration.
https://escalier-lang.github.io/escalier/
MIT License
21 stars 1 forks source link

Rename `TypeKind::Constructor` to `TypeKind::TypeRef` or something like that #651

Closed kevinbarabash closed 1 year ago

kevinbarabash commented 1 year ago

TypeRef aligns better with what TypeScript calls these which is TSTypeReference.

kevinbarabash commented 1 year ago

This was addressed by https://github.com/escalier-lang/escalier/commit/496348d8dfa164987fd51337f7c84fed50f4a03a.