mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
added comments, updated test baselines
This commit is contained in:
@@ -14,15 +14,15 @@ System.register(['file1', 'file2'], function(exports_1) {
|
||||
var file1_1, n2;
|
||||
return {
|
||||
setters:[
|
||||
function (v_1) {
|
||||
file1_1 = v_1
|
||||
function (_file1_1) {
|
||||
file1_1 = _file1_1
|
||||
exports_1("n", file1_1["default"]);
|
||||
exports_1("n1", file1_1["default"]);
|
||||
exports_1("x", file1_1.x);
|
||||
exports_1("y", file1_1.x);
|
||||
},
|
||||
function (v_1) {
|
||||
n2 = v_1
|
||||
function (_n2) {
|
||||
n2 = _n2
|
||||
exports_1("n2", n2);
|
||||
exports_1("n3", n2);
|
||||
}],
|
||||
|
||||
@@ -10,9 +10,9 @@ System.register(['foo', 'bar'], function(exports_1) {
|
||||
var bar_1;
|
||||
return {
|
||||
setters:[
|
||||
function (v_1) {},
|
||||
function (v_1) {
|
||||
bar_1 = v_1
|
||||
function (_) {},
|
||||
function (_bar_1) {
|
||||
bar_1 = _bar_1
|
||||
}],
|
||||
execute: function() {
|
||||
bar_1.f();
|
||||
|
||||
@@ -27,24 +27,24 @@ System.register(['file1', 'file2', 'file3', 'file4', 'file5', 'file6', 'file7'],
|
||||
var x, y;
|
||||
return {
|
||||
setters:[
|
||||
function (v_1) {
|
||||
ns = v_1
|
||||
function (_ns) {
|
||||
ns = _ns
|
||||
},
|
||||
function (v_1) {
|
||||
file2_1 = v_1
|
||||
function (_file2_1) {
|
||||
file2_1 = _file2_1
|
||||
},
|
||||
function (v_1) {
|
||||
file3_1 = v_1
|
||||
function (_file3_1) {
|
||||
file3_1 = _file3_1
|
||||
},
|
||||
function (v_1) {},
|
||||
function (v_1) {
|
||||
file5_1 = v_1
|
||||
function (_) {},
|
||||
function (_file5_1) {
|
||||
file5_1 = _file5_1
|
||||
},
|
||||
function (v_1) {
|
||||
ns3 = v_1
|
||||
function (_ns3) {
|
||||
ns3 = _ns3
|
||||
},
|
||||
function (v_1) {
|
||||
for (var n in v_1) exports_1(n, v_1[n]);
|
||||
function (_file7_1) {
|
||||
for (var n in _file7_1) exports_1(n, _file7_1[n]);
|
||||
}],
|
||||
execute: function() {
|
||||
ns.f();
|
||||
|
||||
Reference in New Issue
Block a user