Skip to content

Commit 0302651

Browse files
authored
Add more documentation (#54)
- Add doc-comments to the `Boolean`, `Number`, `Symbol`, `Object`, and `PropertyLValue` classes. - Make `PropertyLValue` a nested class inside `Object`, because it is only ever used by `Object` and would almost never be referenced explicitly. - Make some `Object` method parameter names more consistent. - Add missing `Object::Set()` overload.
1 parent 09c7b71 commit 0302651

File tree

5 files changed

+401
-183
lines changed

5 files changed

+401
-183
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use N-API in a native module:
1616
1. Add a dependency on this package to `package.json`:
1717
```json
1818
"dependencies": {
19-
"node-addon-api": "0.2.0",
19+
"node-addon-api": "0.3.3",
2020
}
2121
```
2222

0 commit comments

Comments
 (0)