[v10.x] n-api: implement date object#28298
[v10.x] n-api: implement date object#28298gabrielschulhof wants to merge 1 commit intonodejs:v10.x-stagingfrom
Conversation
doc/api/n-api.md
Outdated
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
440570a
Compare
c940dc0 to
35be08a
Compare
|
@BethGriggs can you take a look to see if this should be in 10.16.1? |
|
@BethGriggs also can you remind me if we should have the |
|
@mhdawson, just trying to get a green CI/track down the failures before landing this one. We typically add the |
|
@BethGriggs thanks for the clarification. |
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
ce01f2f
Compare
|
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>
|
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