node/test/js-native-api/test_object/binding.gyp
Miguel Marcondes Filho a556db4782
node-api: add napi_create_object_with_properties
PR-URL: https://github.com/nodejs/node/pull/59953
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
2025-10-30 14:10:44 +00:00

21 lines
311 B
Python

{
"targets": [
{
"target_name": "test_object",
"sources": [
"test_null.c",
"test_object.c"
],
"defines": [
"NAPI_EXPERIMENTAL"
],
},
{
"target_name": "test_exceptions",
"sources": [
"test_exceptions.c",
]
}
]
}