asarazan / martok

https://www.npmjs.com/package/martok
10 stars 0 forks source link

support for adding annotations/comments for specifying number type #49

Closed vaudevillen closed 1 year ago

vaudevillen commented 1 year ago

Could we get support for specifying what kind of number type we want instead of having everything turn into a Double? I don't think it's the biggest deal with floats to doubles, but it gets annoying converting all these doubles to ints and back.

asarazan commented 1 year ago

Annotations === decorators for the js folks in the crowd 😎

asarazan commented 1 year ago

This is resolved by #53