update classes to reflect new transformer precedence
This commit is contained in:
parent
2a9a59f784
commit
d6a5c39079
@ -1,4 +1,6 @@
|
||||
System.register([], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var _default, Foo;
|
||||
|
||||
_export("default", foo);
|
||||
@ -10,8 +12,6 @@ System.register([], function (_export) {
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
_export("default", 42);
|
||||
|
||||
_export("default", {});
|
||||
@ -39,4 +39,4 @@ System.register([], function (_export) {
|
||||
_export("default", Foo);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
System.register(["foo"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
for (var _key in _foo) {
|
||||
@ -19,8 +21,6 @@ System.register(["foo"], function (_export) {
|
||||
|
||||
_export("bar", _foo.bar);
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
System.register([], function (_export) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
_export("foo", foo);
|
||||
|
||||
_export("foo", foo);
|
||||
@ -19,4 +19,4 @@ System.register([], function (_export) {
|
||||
_export("bar", bar);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
System.register([], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var foo, foo2, foo3, foo4, foo5, foo6, foo8;
|
||||
|
||||
_export("foo7", foo7);
|
||||
@ -10,8 +12,6 @@ System.register([], function (_export) {
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
foo = 1;
|
||||
|
||||
_export("foo", foo);
|
||||
@ -43,4 +43,4 @@ System.register([], function (_export) {
|
||||
_export("foo3", foo3 = 5);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
System.register("my custom module name", [], function (_export) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
System.register(["./evens"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var isEven, p, isOdd;
|
||||
|
||||
_export("nextOdd", nextOdd);
|
||||
@ -12,8 +14,6 @@ System.register(["./evens"], function (_export) {
|
||||
isEven = _evens.isEven;
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
p = 5;
|
||||
|
||||
_export("p", p);
|
||||
@ -27,4 +27,4 @@ System.register(["./evens"], function (_export) {
|
||||
_export("isOdd", isOdd);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
System.register(["foo"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var foo, foo2;
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
foo = _foo["default"];
|
||||
foo2 = _foo["default"];
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
System.register(["foo"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var foo;
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
foo = _foo;
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
System.register(["foo"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var foo, xyz;
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
foo = _foo["default"];
|
||||
xyz = _foo.baz;
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
System.register(["foo"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var bar, bar2, baz, baz2, baz3, xyz;
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
@ -9,8 +11,6 @@ System.register(["foo"], function (_export) {
|
||||
baz3 = _foo.bar;
|
||||
xyz = _foo.xyz;
|
||||
}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
System.register(["foo", "foo-bar", "./directory/foo-bar"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
return {
|
||||
setters: [function (_foo) {}, function (_fooBar) {}, function (_directoryFooBar) {}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
}
|
||||
execute: function () {}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
System.register(["foo", "foo-bar", "./directory/foo-bar"], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var foo, foo2, bar, bar2, test2;
|
||||
return {
|
||||
setters: [function (_foo) {
|
||||
@ -8,8 +10,6 @@ System.register(["foo", "foo-bar", "./directory/foo-bar"], function (_export) {
|
||||
bar2 = _foo.foo;
|
||||
}, function (_fooBar) {}, function (_directoryFooBar) {}],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
_export("test", test);
|
||||
|
||||
test2 = 5;
|
||||
@ -19,4 +19,4 @@ System.register(["foo", "foo-bar", "./directory/foo-bar"], function (_export) {
|
||||
_export("default", test);
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
System.register([], function (_export) {
|
||||
"use strict";
|
||||
|
||||
var test, a, b, d;
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
"use strict";
|
||||
|
||||
test = 2;
|
||||
|
||||
_export("test", test);
|
||||
@ -39,4 +39,4 @@ System.register([], function (_export) {
|
||||
_export("f", _export("e", d = 4));
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
@ -8,8 +8,8 @@ var Foo = (function () {
|
||||
babelHelpers.createDecoratedClass(Foo, [{
|
||||
key: "foo",
|
||||
decorators: [bar, foo],
|
||||
get: function get() {},
|
||||
set: function set(bar) {}
|
||||
get: function () {},
|
||||
set: function (bar) {}
|
||||
}]);
|
||||
return Foo;
|
||||
})();
|
||||
|
||||
@ -8,7 +8,7 @@ var Foo = (function () {
|
||||
babelHelpers.createDecoratedClass(Foo, [{
|
||||
key: "foo",
|
||||
decorators: [bar],
|
||||
get: function get() {}
|
||||
get: function () {}
|
||||
}]);
|
||||
return Foo;
|
||||
})();
|
||||
|
||||
@ -11,7 +11,7 @@ var Foo = (function () {
|
||||
babelHelpers.createDecoratedClass(Foo, [{
|
||||
key: "foo",
|
||||
decorators: [bar],
|
||||
initializer: function initializer() {
|
||||
initializer: function () {
|
||||
return "Bar";
|
||||
},
|
||||
enumerable: true
|
||||
|
||||
@ -10,7 +10,7 @@ var Foo = (function () {
|
||||
babelHelpers.createDecoratedClass(Foo, null, [{
|
||||
key: "foo",
|
||||
decorators: [bar],
|
||||
initializer: function initializer() {
|
||||
initializer: function () {
|
||||
return "Bar";
|
||||
},
|
||||
enumerable: true
|
||||
|
||||
@ -8,7 +8,7 @@ var Foo = (function () {
|
||||
babelHelpers.createDecoratedClass(Foo, [{
|
||||
key: "foo",
|
||||
decorators: [bar],
|
||||
set: function set(arg) {}
|
||||
set: function (arg) {}
|
||||
}]);
|
||||
return Foo;
|
||||
})();
|
||||
|
||||
@ -5,7 +5,7 @@ var obj = {
|
||||
},
|
||||
|
||||
@foo
|
||||
set foo() {
|
||||
set foo(bar) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
var obj = babelHelpers.createDecoratedObject([{
|
||||
key: "foo",
|
||||
decorators: [foo, foo],
|
||||
get: function get() {},
|
||||
set: function set() {}
|
||||
get: function () {},
|
||||
set: function (bar) {}
|
||||
}]);
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
var obj = babelHelpers.createDecoratedObject([{
|
||||
key: "foo",
|
||||
decorators: [foo],
|
||||
get: function get() {}
|
||||
get: function () {}
|
||||
}]);
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
var obj = {
|
||||
@foo
|
||||
set foo() {
|
||||
set foo(bar) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
var obj = babelHelpers.createDecoratedObject([{
|
||||
key: "foo",
|
||||
decorators: [foo],
|
||||
set: function set() {}
|
||||
set: function (bar) {}
|
||||
}]);
|
||||
|
||||
@ -3,18 +3,18 @@
|
||||
var obj = babelHelpers.createDecoratedObject([{
|
||||
key: "bar",
|
||||
decorators: [foo],
|
||||
initializer: function initializer() {
|
||||
return function () {};
|
||||
initializer: function () {
|
||||
return function bar() {};
|
||||
}
|
||||
}, {
|
||||
key: "foo",
|
||||
decorators: [bar],
|
||||
initializer: function initializer() {
|
||||
initializer: function () {
|
||||
return "lol";
|
||||
}
|
||||
}, {
|
||||
key: "yes",
|
||||
initializer: function initializer() {
|
||||
initializer: function () {
|
||||
return "wow";
|
||||
}
|
||||
}]);
|
||||
|
||||
@ -1,20 +1,21 @@
|
||||
"use strict";
|
||||
|
||||
var _Object$defineProperty = require("babel-runtime/core-js/object/define-property")["default"];
|
||||
|
||||
var _Symbol = require("babel-runtime/core-js/symbol")["default"];
|
||||
|
||||
var _regeneratorRuntime = require("babel-runtime/regenerator")["default"];
|
||||
|
||||
var _interopRequireDefault = require("babel-runtime/helpers/interop-require-default")["default"];
|
||||
|
||||
var _interopRequireWildcard = require("babel-runtime/helpers/interop-require-wildcard")["default"];
|
||||
|
||||
_Object$defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.giveWord = giveWord;
|
||||
|
||||
var _regeneratorRuntime = require("babel-runtime/regenerator")["default"];
|
||||
|
||||
var _Object$defineProperty = require("babel-runtime/core-js/object/define-property")["default"];
|
||||
|
||||
var _Symbol = require("babel-runtime/core-js/symbol")["default"];
|
||||
|
||||
var _interopRequireDefault = require("babel-runtime/helpers/interop-require-default")["default"];
|
||||
|
||||
var _interopRequireWildcard = require("babel-runtime/helpers/interop-require-wildcard")["default"];
|
||||
|
||||
var marked0$0 = [giveWord].map(_regeneratorRuntime.mark);
|
||||
|
||||
var _someModule = require("someModule");
|
||||
@ -41,4 +42,4 @@ function giveWord() {
|
||||
}
|
||||
|
||||
_someModule2["default"];
|
||||
bar;
|
||||
bar;
|
||||
|
||||
@ -7,7 +7,7 @@ var Test = (function () {
|
||||
|
||||
babelHelpers.createClass(Test, [{
|
||||
key: "bar",
|
||||
get: function get() {
|
||||
get: function () {
|
||||
throw new Error("wow");
|
||||
}
|
||||
}]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user