node/test/addons-napi/test_number
Taylor Woll 92e5f5cc09 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-14 15:02:10 -04:00
..
binding.gyp n-api: add support for abi stable module API 2017-04-03 10:31:25 +02:00
test_number.c n-api: refactor napi_addon_register_func 2017-09-14 15:02:10 -04:00
test.js test: test doc'd napi_get_value_int32 behaviour 2017-04-26 16:00:16 -04:00