PR-URL: https://github.com/nodejs/node/pull/59953 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
9 lines
141 B
Python
9 lines
141 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
'defines': ['NAPI_EXPERIMENTAL']
|
|
}
|
|
]
|
|
}
|