mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
10 lines
379 B
JavaScript
10 lines
379 B
JavaScript
var E1, foo, E11, i, z, C1 = function() {
|
|
"use strict";
|
|
!function(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
}(this, C1), this.m1 = 42;
|
|
};
|
|
export { E11 as E1 };
|
|
C1.s1 = !0, (E1 = E11 || (E11 = {
|
|
}))[E1.A = 0] = "A", E1[E1.B = 1] = "B", E1[E1.C = 2] = "C", require("./foo_0").M1;
|