Accepted project baselines over and over until I hit a fixed point where everything passes.

This commit is contained in:
Daniel Rosenwasser
2015-12-08 18:13:51 -08:00
parent 222cd8e5fc
commit 025210058b
376 changed files with 376 additions and 376 deletions

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -3,7 +3,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
var m2_instance1 = new m2_c1();
function m2_f1() {
return m2_instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
var instance1 = new c1();
function f1() {
return instance1;

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "ref/m1", "../outputdir_module_multifolder_ref/m2"
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports"], function (require, exports) {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -6,7 +6,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -4,7 +4,7 @@ var m2_c1 = (function () {
function m2_c1() {
}
return m2_c1;
})();
}());
exports.m2_c1 = m2_c1;
exports.m2_instance1 = new m2_c1();
function m2_f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ define(["require", "exports", "m1"], function (require, exports, m1) {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

View File

@@ -5,7 +5,7 @@ var c1 = (function () {
function c1() {
}
return c1;
})();
}());
exports.c1 = c1;
exports.instance1 = new c1();
function f1() {

Some files were not shown because too many files have changed in this diff Show More