Gavant / glint-template-types

MIT License
19 stars 20 forks source link

Convert to module declarations in preparation for first class template imports #62

Closed bakerac4 closed 1 year ago

bakerac4 commented 1 year ago

In order to prepare for first class template imports, we need to switch to module declarations so the types are at the same "location" as the real code. This will allow imports to match between code and types and allow for use in first class templates without hassle

bakerac4 commented 1 year ago

Fixed in #63