pcan / reflec-ts

TypeScript compiler with Reflection capabilities
Other
119 stars 3 forks source link

Allow optional interface members #8

Closed pcan closed 8 years ago

pcan commented 8 years ago

See issue in examples: https://github.com/pcan/reflec-ts-examples/issues/2. Currently, optional fields are not emitted in Reflection.js

pcan commented 8 years ago

I'm going to improve Member type with another boolean field: optional.