We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ef887 commit 3aed562Copy full SHA for 3aed562
README.md
@@ -57,10 +57,10 @@ grouped by version and api types.
57
58
```js
59
V1: {
60
- js_native_api_symblos: [
+ js_native_api_symbols: [
61
// List of symbols in js_native_api.h for the version 1.
62
],
63
- node_api_symblos: [
+ node_api_symbols: [
64
// List of symbols in node_api.h for the version 1
65
]
66
},
index.js
@@ -3,7 +3,7 @@
3
const path = require('path');
4
const symbols = require('./symbols')
5
6
-const include_dir = path.relative('.', `${__dirname}/include`);
+const include_dir = path.resolve(`${__dirname}/include`);
7
8
module.exports = {
9
include_dir,
0 commit comments