angular / clutz

Closure to TypeScript `.d.ts` generator
MIT License
162 stars 60 forks source link

Ensure all types are resolved after resolution. #966

Closed tsjs-copybara-bot closed 4 years ago

tsjs-copybara-bot commented 4 years ago

Ensure all types are resolved after resolution.

This change captures are type instantiations in the type registry. Before resolution the instances are stored. During resolution, we resolve all types. After resolution we immediately resolve any new types.