hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

fix: try parse computed types #131

Closed hay-kot closed 6 months ago

hay-kot commented 6 months ago

Closes #130

Adds partial support for coercing Computed variables into more specific types where possible. Currently only supports boolean and integer types.