cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Remove moment #12

Closed dygufa closed 6 years ago

dygufa commented 6 years ago

Moment is way too big and we are only using it to format dates during codegen for DatePrimitiveType.

vhfmag commented 6 years ago

At the very least, moment should be a peer dependency so that it's not included at each npm package built with sdkgen. I vote for removing moment too and, if nobody disagrees, I will be working on closing that issue.