mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 01:13:56 +03:00
bb9fab8d03
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6628.
18 lines
450 B
JavaScript
18 lines
450 B
JavaScript
(function () {
|
|
var Collector = function () {
|
|
var e = function e(e) { };
|
|
return e.usePlugin = function (t, i, n) {
|
|
|
|
}, e.plugins = [], e;
|
|
}();
|
|
var CallbackType;
|
|
!function (e) {
|
|
e[e.Var = 0] = "Var", e[e.All = 1] = "All";
|
|
}(CallbackType || (CallbackType = {}));
|
|
var CepRule = function () {
|
|
eval();
|
|
}();
|
|
Collector.usePlugin(CepRule, "cep");
|
|
|
|
exports.Collector = Collector;
|
|
})() |