@@ -91,17 +91,17 @@ we have been able to port the NaN example and level down. Additions
91
91
will be made as we port additional modules.
92
92
93
93
There has been enough progress that instead of listing the API methods
94
- here we will point to the header files in the working repos so it
94
+ here we will point to the header files in the working PoC repos so it
95
95
remains up to date:
96
96
97
97
Core Methods:
98
- [ node_jsvmapi_types.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h )
99
- [ node_jsvmapi.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h )
98
+ * [ node_jsvmapi_types.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h )
99
+ * [ node_jsvmapi.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h )
100
100
101
101
AsyncWorker Support Methods:
102
102
103
- [ node_asyncapi_types.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h )
104
- [ node_asyncapi.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h )
103
+ * [ node_asyncapi_types.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h )
104
+ * [ node_asyncapi.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h )
105
105
106
106
107
107
# C++ Wrapper API
@@ -121,7 +121,7 @@ The current set of helpers to provide ease of use are defined in:
121
121
122
122
[ node_api_helpers.h] ( https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_api_helpers.h )
123
123
124
- Some of the more complete parts like AsyncWorker will quite likely end up outside
124
+ Some of the more complex parts like AsyncWorker will quite likely end up outside
125
125
the scope of the ABI stable API itself, and be in a separate component.
126
- For example they may end up part of a version of NaN that supports the new API.
126
+ For example, they may end up part of a version of NaN that supports the new API.
127
127
0 commit comments