Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
More formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed Dec 12, 2016
1 parent 492735c commit e740adb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 005-ABI-Stable-Module-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@ we have been able to port the NaN example and level down. Additions
will be made as we port additional modules.

There has been enough progress that instead of listing the API methods
here we will point to the header files in the working repos so it
here we will point to the header files in the working PoC repos so it
remains up to date:

Core Methods:
[node_jsvmapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h)
[node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)
* [node_jsvmapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h)
* [node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)

AsyncWorker Support Methods:

[node_asyncapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h)
[node_asyncapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h)
* [node_asyncapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h)
* [node_asyncapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h)


# C++ Wrapper API
Expand All @@ -121,7 +121,7 @@ The current set of helpers to provide ease of use are defined in:

[node_api_helpers.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_api_helpers.h)

Some of the more complete parts like AsyncWorker will quite likely end up outside
Some of the more complex parts like AsyncWorker will quite likely end up outside
the scope of the ABI stable API itself, and be in a separate component.
For example they may end up part of a version of NaN that supports the new API.
For example, they may end up part of a version of NaN that supports the new API.

0 comments on commit e740adb

Please sign in to comment.