accept new baselines

This commit is contained in:
Wesley Wigham 2015-11-25 18:22:44 -08:00
parent d74ab2eac7
commit fd5f4404cb
6 changed files with 9 additions and 0 deletions

View file

@ -11,6 +11,7 @@ export class Foo {
//// [b.js]
"use strict";
var Foo = (function () {
function Foo() {
}
@ -18,5 +19,6 @@ var Foo = (function () {
})();
exports.Foo = Foo;
//// [a.js]
"use strict";
var b_1 = require("./b");
exports.x = new b_1["default"].Foo();

View file

@ -11,6 +11,7 @@ export class Foo {
//// [b.js]
System.register([], function(exports_1) {
"use strict";
var Foo;
return {
setters:[],
@ -26,6 +27,7 @@ System.register([], function(exports_1) {
});
//// [a.js]
System.register(["./b"], function(exports_1) {
"use strict";
var b_1;
var x;
return {

View file

@ -12,6 +12,7 @@ export class Foo {
//// [b.js]
System.register([], function(exports_1) {
"use strict";
var Foo;
return {
setters:[],
@ -27,6 +28,7 @@ System.register([], function(exports_1) {
});
//// [a.js]
System.register(["./b"], function(exports_1) {
"use strict";
var b_1;
var x;
return {

View file

@ -12,5 +12,6 @@ export var x = new Foo();
//// [a.js]
"use strict";
var b_1 = require("./b");
exports.x = new b_1["default"]();

View file

@ -13,6 +13,7 @@ export var x = new Foo();
//// [a.js]
System.register(["./b"], function(exports_1) {
"use strict";
var b_1;
var x;
return {

View file

@ -13,6 +13,7 @@ export var x = new Foo();
//// [a.js]
System.register(["./b"], function(exports_1) {
"use strict";
var b_1;
var x;
return {