Skip to content

Commit a0be60e

Browse files
mhdawsonBridgeAR
authored andcommitted
doc: updated guidance for n-api changes
Add js_native_api.h and js_native_api_types.h to the list of files covered by the N-API guidance as these were broken out of the files referenced. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #32721 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 5c4d8cd commit a0be60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/collaborator-guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ For pull requests introducing new core modules:
332332
### Additions to N-API
333333

334334
N-API provides an ABI-stable API guaranteed for future Node.js versions. N-API
335-
additions call for unusual care and scrutiny. If a change adds to `node_api.h`
336-
or `node_api_types.h`, consult [the relevant
335+
additions call for unusual care and scrutiny. If a change adds to `node_api.h`,
336+
`js_native_api.h`, `node_api_types.h`, or `js_native_api_types.h`, consult [the relevant
337337
guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md).
338338

339339
### Deprecations

0 commit comments

Comments
 (0)