-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add native implementation of format #83
Conversation
I think failures on node 8 are related to not having full intl support, see: nodejs/node#8500 and nodejs/node#19214. Not sure if specifying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevemao should we remove Nodejs 8.0, the LTS end-of-life is December 2019. Two months from now.
@cylim Yes good idea :) |
); | ||
expect(m).toBe(n); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test failed. Native new Date
does not support am/pm as far as i know :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passed/passes for me (and in Travis?), but does adding hour12: true
in the object do it for you?
could you resolve the conflicts? so that we can merge |
3d7828c
to
defa91e
Compare
@cht8687 Done; apologies for not doing so earlier, I had thought this stalled waiting for removal of node 8 |
Conflict comes from #116, which largely (though not equivalently?) supersedes this |
Closes #60