File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616
1717## Introduction
1818
19- The ** node-api-headers** contains the header files for the C based
20- Node-API provided by Node.js. Node-API is an API for building native addons
21- that guarantees the ABI (Application Binary Interface) stability across
22- versions of Node.js (see: [ Node-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) ).
19+ ** node-api-headers** contains the header files for the C- based Node-API
20+ provided by Node.js. Node-API is an API for building native addons that
21+ guarantees the ABI (Application Binary Interface) stability across versions
22+ of Node.js (see: [ Node-API] ( https://nodejs.org/dist/latest/docs/api/n-api.html ) ).
2323
2424Node-API headers are in the ` include ` folder. The Node-APIs that provide
2525ECMAScript features from native code can be found in ` js_native_api_types.h `
2626and ` js_native_api.h ` . The APIs defined in these headers are included in
2727` node_api_types.h ` and ` node_api.h ` .
2828The headers are structured in this way in order to allow implementations of
2929Node-API outside of Node.js considering that for those implementations the
30- Node.js specific APIS may not be applicable.
30+ Node.js specific APIs may not be applicable.
3131
32- The ** node-api-headers** is also a package published on ** npm** that could
33- be used in a process to compile and build native addons for Node.js.
32+ ** node-api-headers** is also a package published on ** npm** that could be used
33+ in a process to compile and build native addons for Node.js.
3434
3535<a name =" install " ></a >
3636
You can’t perform that action at this time.
0 commit comments