Tim Docker

Results 134 comments of Tim Docker

The issue with improving the type safety for the ADL newtype typescript mapping has really been the lack of a leading "idiomatic" way of doing so. I'm not a huge...

See also: https://github.com/adl-lang/adl/issues/120

Actually, this issue is not specific to newtype. Just as we'd like these to be type incompatible in typescript: ``` newtype UserId = String; newtype MessageId = String; ``` we'd...

:+1: Thanks for this.