UNPKG
@rclnodejs/ref-napi
Version:
latest (4.0.0)
4.0.0
Turn Buffer instances into "pointers"
github.com/rclnodejs/ref-napi
rclnodejs/ref-napi
@rclnodejs/ref-napi
/
lib
/
get-paths.js
6 lines
(5 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
symbol
=
require
(
'get-symbol-from-current-process-h'
);
exports
.
includeRaw
= [path.
resolve
(__dirname,
'..'
,
'include'
)].
concat
(
symbol
.
includeRaw
);
exports
.
include
=
exports
.
includeRaw
.
map
(
x
=>
`"
${x}
"`
.
replace
(
/\\/g
,
'\\\\'
)).
join
(
' '
);
exports
.
gyp
=
''
;