UNPKG
@goto-bus-stop/common-shake
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.0
2.2.0
CommonJS Tree Shake (fork)
github.com/goto-bus-stop/common-shake
goto-bus-stop/common-shake
@goto-bus-stop/common-shake
/
lib
/
shake.js
9 lines
(6 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
exports
.
walk
=
require
(
'./shake/walk'
);
exports
.
evaluateConst
=
require
(
'./shake/eval'
);
exports
.
Module
=
require
(
'./shake/module'
);
exports
.
Analyzer
=
require
(
'./shake/analyzer'
);
exports
.
Graph
=
require
(
'./shake/graph'
);