Uh oh!
There was an error while loading. Please reload this page.
[v10.x] n-api: implement date object - #28298
Conversation
There was a problem hiding this comment.
napiVersion shouldn't be set for experimental API's? #28330
There was a problem hiding this comment.
@richardlau OK, that'll have to be backported as well, then.
f029352 to
440570aComparenodejs-github-bot
commented
Jul 16, 2019
mhdawson
commented
Jul 17, 2019
@BethGriggs can you take a look to see if this should be in 10.16.1? |
mhdawson
commented
Jul 17, 2019
@BethGriggs also can you remind me if we should have the |
BethGriggs
commented
Jul 17, 2019
@mhdawson, just trying to get a green CI/track down the failures before landing this one. We typically add the |
nodejs-github-bot
commented
Jul 17, 2019
nodejs-github-bot
commented
Jul 23, 2019
mhdawson
commented
Jul 23, 2019
@BethGriggs thanks for the clarification. |
nodejs-github-bot
commented
Jul 25, 2019
Implements `napi_create_date()` as well as `napi_is_date()` to allow working with JavaScript Date objects. PR-URL: nodejs#25917 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
440570a to
ce01f2fComparegabrielschulhof
commented
Sep 2, 2019
Rebased. |
Implements `napi_create_date()` as well as `napi_is_date()` to allow working with JavaScript Date objects. Backport-PR-URL: #28298 PR-URL: #25917 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs
commented
Sep 3, 2019
Landed on |
Implements
napi_create_date()as well asnapi_is_date()toallow working with JavaScript Date objects.
PR-URL: #25917
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes