DanielXMoore / Civet

A TypeScript superset that favors more types and less typing
https://civet.dev
MIT License
1.56k stars 33 forks source link

Fix complex property globs #1610

Closed edemaine closed 1 week ago

edemaine commented 1 week ago

The following examples weren't working before:

Also improved globs to not use refs if we only need one property, which occurs in a bunch of dynamic import examples.