| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0aacd49 commit d0d595f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,12 +84,12 @@ | |||
| 84 | 84 | /lib/internal/bootstrap/loaders.js @nodejs/modules | |
| 85 | 85 | /src/module_wrap* @nodejs/modules @nodejs/vm | |
| 86 | 86 | ||
| 87 | - # N-API | ||
| 87 | + # Node-API | ||
| 88 | 88 | ||
| 89 | - /src/node_api* @nodejs/n-api | ||
| 90 | - /src/js_native_api* @nodejs/n-api | ||
| 91 | - /doc/guides/adding-new-napi-api.md @nodejs/n-api | ||
| 92 | - /doc/api/n-api.md @nodejs/n-api | ||
| 89 | + /src/node_api* @nodejs/node-api | ||
| 90 | + /src/js_native_api* @nodejs/node-api | ||
| 91 | + /doc/guides/adding-new-napi-api.md @nodejs/node-api | ||
| 92 | + /doc/api/n-api.md @nodejs/node-api | ||
| 93 | 93 | ||
| 94 | 94 | # gyp | |
| 95 | 95 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -814,7 +814,7 @@ might impact an LTS release. | |||
| 814 | 814 | | `lib/util` | @nodejs/util | | |
| 815 | 815 | | `lib/zlib` | @nodejs/zlib | | |
| 816 | 816 | | `src/async_wrap.*` | @nodejs/async\_hooks | | |
| 817 | - | `src/node_api.*` | @nodejs/n-api | | ||
| 817 | + | `src/node_api.*` | @nodejs/node-api | | ||
| 818 | 818 | | `src/node_crypto.*` | @nodejs/crypto | | |
| 819 | 819 | | `test/*` | @nodejs/testing | | |
| 820 | 820 | | `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments