Skip to content

Commit dc83ff9

Browse files
nschonniMylesBorins
authored andcommitted
doc: remove unused Markdown reference links
PR-URL: #29961 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent d80ece6 commit dc83ff9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/api/n-api.md

-10
Original file line numberDiff line numberDiff line change
@@ -4657,8 +4657,6 @@ that points to its own memory allocated by a native module). Registering
46574657
externally allocated memory will trigger global garbage collections more
46584658
often than it would otherwise.
46594659

4660-
<!-- it's very convenient to have all the anchors indexed -->
4661-
<!--lint disable no-unused-definitions remark-lint-->
46624660
## Promises
46634661

46644662
N-API provides facilities for creating `Promise` objects as described in
@@ -4846,8 +4844,6 @@ NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
48464844
* `[in] env`: The environment that the API is invoked under.
48474845
* `[out] loop`: The current libuv loop instance.
48484846

4849-
<!-- it's very convenient to have all the anchors indexed -->
4850-
<!--lint disable no-unused-definitions remark-lint-->
48514847
## Asynchronous Thread-safe Function Calls
48524848

48534849
JavaScript functions can normally only be called from a native addon's main
@@ -5175,10 +5171,7 @@ This API may only be called from the main thread.
51755171
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
51765172
[`Number.MIN_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.min_safe_integer
51775173
[`Number.MAX_SAFE_INTEGER`]: https://tc39.github.io/ecma262/#sec-number.max_safe_integer
5178-
[Working with JavaScript Functions]: #n_api_working_with_javascript_functions
51795174
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
5180-
[Working with JavaScript Values - Abstract Operations]: #n_api_working_with_javascript_values_abstract_operations
5181-
[Working with JavaScript Values]: #n_api_working_with_javascript_values
51825175
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
51835176
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
51845177
[`napi_async_init`]: #n_api_napi_async_init
@@ -5194,8 +5187,6 @@ This API may only be called from the main thread.
51945187
[`napi_create_type_error`]: #n_api_napi_create_type_error
51955188
[`napi_define_class`]: #n_api_napi_define_class
51965189
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
5197-
[`napi_delete_element`]: #n_api_napi_delete_element
5198-
[`napi_delete_property`]: #n_api_napi_delete_property
51995190
[`napi_delete_reference`]: #n_api_napi_delete_reference
52005191
[`napi_escape_handle`]: #n_api_napi_escape_handle
52015192
[`napi_get_and_clear_last_exception`]: #n_api_napi_get_and_clear_last_exception
@@ -5205,7 +5196,6 @@ This API may only be called from the main thread.
52055196
[`napi_get_property`]: #n_api_napi_get_property
52065197
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
52075198
[`napi_get_value_external`]: #n_api_napi_get_value_external
5208-
[`napi_has_own_property`]: #n_api_napi_has_own_property
52095199
[`napi_has_property`]: #n_api_napi_has_property
52105200
[`napi_is_error`]: #n_api_napi_is_error
52115201
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending

0 commit comments

Comments
 (0)