mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
be755e06c7
PR-URL: https://github.com/nodejs/node/pull/51254 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
15 lines
206 B
Python
15 lines
206 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_string",
|
|
"sources": [
|
|
"test_string.c",
|
|
"test_null.c",
|
|
],
|
|
"defines": [
|
|
"NAPI_EXPERIMENTAL",
|
|
],
|
|
},
|
|
],
|
|
}
|