mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
PR-URL: https://github.com/nodejs/node/pull/59953 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
21 lines
311 B
Python
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",
|
|
]
|
|
}
|
|
]
|
|
}
|