Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25node-api: add node_api_symbol_for()Darshan Sen
2021-11-17src,doc: add SyntaxError napi supportIdan Attias
2021-03-11node-api: define version 8Gabriel Schulhof
2020-10-07n-api: support for object freeze/sealShelley Vohr
2020-09-19n-api: create N-API version 7Gabriel Schulhof
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-05-30napi: add __wasm32__ guardsGus Caplan
2020-03-09n-api: define release 6Gabriel Schulhof
2020-01-31n-api: rename 'promise' parameter to 'value'Tobias Nießen
2020-01-12n-api: add napi_get_all_property_nameshimself65
2019-11-28n-api: implement napi_is_detached_arraybufferDenys Otrishko
2019-10-15n-api: add `napi_detach_arraybuffer`legendecas
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-07-26n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-02build: expose napi_build_version variableNickNaso
2019-04-05src: add NOLINT to js_native_.*gengjiawen
2019-03-01n-api: implement date objectJarrod Connolly
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-01-22n-api: mark thread-safe function as stableGabriel Schulhof
2019-01-05src: add NAPI_VERSION_EXPERIMENTALMichael Dawson
2018-11-18src: factor out Node.js-agnostic N-APIsGabriel Schulhof