node/test/js-native-api/test_general/binding.gyp
siaeyy 1983cd6692
node-api: add napi_set_prototype
PR-URL: https://github.com/nodejs/node/pull/60711
Refs: https://github.com/nodejs/node/issues/60670
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
2026-01-14 17:21:26 -03:00

13 lines
181 B
Python

{
"targets": [
{
"target_name": "test_general",
"sources": [
"test_general.c"
],
"defines": [
"NAPI_EXPERIMENTAL"
],
}
]
}