UNPKG
@thaunknown/v8-profiler-next
Version:
latest (1.10.0)
1.10.0
node bindings for the v8 profiler
github.com/hyj1991/v8-profiler-next
hyj1991/v8-profiler-next
@thaunknown/v8-profiler-next
/
scripts
/
common.js
8 lines
(5 loc)
•
157 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);