UNPKG
v8-profiler-n-api
Version:
latest (1.11.0)
1.11.0
1.10.1
node bindings for the v8 profiler
github.com/rchervot/v8-profiler-n-api
rchervot/v8-profiler-n-api
v8-profiler-n-api
/
scripts
/
common.js
8 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
build =
require
(
'./build'
);
const
{ os7u, os8u } =
require
(
'./versions'
);
const
all = [].
concat
(os7u).
concat
(os8u);
build
(all);