node/test/addons-napi/test_array
Taylor Woll 8f12b9dce4 n-api: refactor napi_addon_register_func
As per discussion in abi-stable-node:
https://github.com/nodejs/abi-stable-node/issues/256,
take a refactor to napi_addon_register_func such that
the result from the register function is assigned to
the module exports property. By making this change,
native module can be agnostic about which type of
module the environment supports.

PR-URL: https://github.com/nodejs/node/pull/15088
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com>
2017-09-20 09:23:01 -07:00
..
binding.gyp
test.js n-api: add napi_delete_element() 2017-07-18 19:57:29 +02:00
test_array.c n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00