Accepted baselines.

This commit is contained in:
Daniel Rosenwasser 2017-08-14 21:24:51 -04:00
parent a51397e339
commit 6e60a017bb
5 changed files with 0 additions and 5 deletions

View file

@ -36,7 +36,6 @@ function Decl() {
return 0;
}
exports.default = Decl;
var Decl;
(function (Decl) {
Decl.x = 10;
Decl.y = 20;

View file

@ -18,6 +18,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
function Foo() {
}
exports.default = Foo;
var Foo;
(function (Foo) {
})(Foo || (Foo = {}));

View file

@ -35,7 +35,6 @@ debugger;
if ()
;
[1, 2];
var ;
(function () {
})( || ( = {}));
void {};

View file

@ -4,7 +4,6 @@ class C {
}
}
C.bar = 20;
var C;
(function (C) {
C.x = 10;
})(C || (C = {}));

View file

@ -1,6 +1,5 @@
class Foo {
}
var Foo;
(function (Foo) {
;
})(Foo || (Foo = {}));