rrdelaney / ReasonablyTyped

:diamond_shape_with_a_dot_inside: Converts Flow and TypeScript definitions to Reason interfaces
https://rrdelaney.github.io/ReasonablyTyped/
MIT License
518 stars 24 forks source link

Js Date #33

Closed SllyQ closed 7 years ago

SllyQ commented 7 years ago

Added support for javascript dates

flow's Date gets transformed to bucklescript's Js.Date.t

PR Checklist

rrdelaney commented 7 years ago

Thanks so much for implementing this 😄 Don't worry about tests failing for now, master is currently broken