librasn / compiler

An ASN1 compiler producing Rust bindings for the rasn framework
Other
10 stars 7 forks source link

typescript: add optional fields #24

Closed dmtarua closed 3 months ago

dmtarua commented 3 months ago

Currently, every field in compiled TS types is mandatory. This pull request adds the optional tag ? to fields which are specified as optional in the ASN definitions.