swc/tests/tsc-references/externalModules/es6/es6modulekindWithES5Target12/input.ts/es2015.1.normal/output.js

36 lines
452 B
JavaScript

// @target: es5
// @module: es2015
export class C {
}
(function(C) {
C.x = 1;
})(C || (C = {
}));
export var E;
(function(E) {
E[E["w"] = 1] = "w";
})(E || (E = {
}));
(function(E) {
E[E["x"] = 2] = "x";
})(E || (E = {
}));
(function(E) {
E.y = 1;
})(E || (E = {
}));
(function(E) {
E.z = 1;
})(E || (E = {
}));
(function(N) {
N.x = 1;
})(N || (N = {
}));
export function F() {
}
(function(F) {
F.x = 1;
})(F || (F = {
}));