| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 18b04ab commit 4782ec7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ properties: | |||
| 36 | 36 | The N-API is a C API that ensures ABI stability across Node.js versions | |
| 37 | 37 | and different compiler levels. A C++ API can be easier to use. | |
| 38 | 38 | To support using C++, the project maintains a | |
| 39 | - C++ wrapper module called [node-addon-api][]. | ||
| 39 | + C++ wrapper module called [`node-addon-api`][]. | ||
| 40 | 40 | This wrapper provides an inlineable C++ API. Binaries built | |
| 41 | 41 | with `node-addon-api` will depend on the symbols for the N-API C-based | |
| 42 | 42 | functions exported by Node.js. `node-addon-api` is a more | |
@@ -80,7 +80,7 @@ for `node-addon-api`. | |||
| 80 | 80 | ||
| 81 | 81 | The [N-API Resource](https://nodejs.github.io/node-addon-examples/) offers an | |
| 82 | 82 | excellent orientation and tips for developers just getting started with N-API | |
| 83 | - and node-addon-api. | ||
| 83 | + and `node-addon-api`. | ||
| 84 | 84 | ||
| 85 | 85 | ## Implications of ABI stability | |
| 86 | 86 | ||
@@ -5806,6 +5806,7 @@ This API may only be called from the main thread. | |||
| 5806 | 5806 | [`napi_throw`]: #n_api_napi_throw | |
| 5807 | 5807 | [`napi_unwrap`]: #n_api_napi_unwrap | |
| 5808 | 5808 | [`napi_wrap`]: #n_api_napi_wrap | |
| 5809 | + [`node-addon-api`]: https://github.com/nodejs/node-addon-api | ||
| 5809 | 5810 | [`node_api.h`]: https://github.com/nodejs/node/blob/master/src/node_api.h | |
| 5810 | 5811 | [`process.release`]: process.html#process_process_release | |
| 5811 | 5812 | [`uv_ref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_ref | |
@@ -5815,7 +5816,6 @@ This API may only be called from the main thread. | |||
| 5815 | 5816 | [docs]: https://github.com/nodejs/node-addon-api#api-documentation | |
| 5816 | 5817 | [global scope]: globals.html | |
| 5817 | 5818 | [module scope]: modules.html#modules_the_module_scope | |
| 5818 | - [node-addon-api]: https://github.com/nodejs/node-addon-api | ||
| 5819 | 5819 | [node-gyp]: https://github.com/nodejs/node-gyp | |
| 5820 | 5820 | [node-pre-gyp]: https://github.com/mapbox/node-pre-gyp | |
| 5821 | 5821 | [prebuild]: https://github.com/prebuild/prebuild | |
| Back | FazBrowse Home | New Git URL |
0 commit comments