mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 18:26:52 +00:00

Implements `napi_create_date()` as well as `napi_is_date()` to allow working with JavaScript Date objects. PR-URL: https://github.com/nodejs/node/pull/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>
12 lines
146 B
Python
12 lines
146 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_date",
|
|
"sources": [
|
|
"../entry_point.c",
|
|
"test_date.c"
|
|
]
|
|
}
|
|
]
|
|
}
|