Closed mattjohnsonpint closed 1 year ago
Simplifies the date parsing, and still handles the case of wasi_Date.
wasi_Date
Basically, we don't need to re-implement the parser, we just need to ensure the returned type matches whatever Date object implementation is being used.
Date
Simplifies the date parsing, and still handles the case of
wasi_Date
.Basically, we don't need to re-implement the parser, we just need to ensure the returned type matches whatever
Date
object implementation is being used.