Remove old expected.{js,json} files (#7187)

This commit is contained in:
Nicolò Ribaudo
2018-01-09 20:10:30 +01:00
committed by Brian Ng
parent 9e384f3915
commit 8659e1a88c
1597 changed files with 0 additions and 20188 deletions

View File

@@ -1,11 +0,0 @@
var _foobar, _foobar2, _test, _test2, _obj, _mutatorMap;
var obj = (_obj = {}, _foobar = foobar, _mutatorMap = {}, _mutatorMap[_foobar] = _mutatorMap[_foobar] || {}, _mutatorMap[_foobar].get = function () {
return "foobar";
}, _foobar2 = foobar, _mutatorMap[_foobar2] = _mutatorMap[_foobar2] || {}, _mutatorMap[_foobar2].set = function (x) {
console.log(x);
}, _test = "test", _mutatorMap[_test] = _mutatorMap[_test] || {}, _mutatorMap[_test].get = function () {
return "regular getter after computed property";
}, _test2 = "test", _mutatorMap[_test2] = _mutatorMap[_test2] || {}, _mutatorMap[_test2].set = function (x) {
console.log(x);
}, babelHelpers.defineEnumerableProperties(_obj, _mutatorMap), _obj);

View File

@@ -1,3 +0,0 @@
var _foo;
foo((_foo = {}, _foo[bar] = "foobar", _foo));

View File

@@ -1,3 +0,0 @@
var _foo;
foo = (_foo = {}, _foo[bar] = "foobar", _foo);

View File

@@ -1,5 +0,0 @@
var _obj;
var obj = (_obj = {
foo: "bar"
}, _obj[bar] = "foo", _obj);

View File

@@ -1,7 +0,0 @@
var _obj;
var obj = (_obj = {}, _obj[foobar] = function () {
return "foobar";
}, _obj.test = function () {
return "regular method after computed property";
}, _obj);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, _obj["x" + foo] = "heh", _obj["y" + bar] = "noo", _obj.foo = "foo", _obj.bar = "bar", _obj);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, _obj["x" + foo] = "heh", _obj["y" + bar] = "noo", _obj);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, _obj["x" + foo] = "heh", _obj);

View File

@@ -1,6 +0,0 @@
var _foo, _mutatorMap;
var k = Symbol();
var foo = (_foo = {}, _foo[Symbol.iterator] = "foobar", _mutatorMap = {}, _mutatorMap[k] = _mutatorMap[k] || {}, _mutatorMap[k].get = function () {
return k;
}, babelHelpers.defineEnumerableProperties(_foo, _mutatorMap), _foo);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, _obj["x" + foo.bar] = "heh", _obj);

View File

@@ -1,5 +0,0 @@
var _obj;
var obj = (_obj = {
first: "first"
}, _obj[second] = "second", _obj);

View File

@@ -1,3 +0,0 @@
var _foo;
var foo = (_foo = {}, _foo[bar] = "foobar", _foo);

View File

@@ -1,3 +0,0 @@
var _a$c;
export default (_a$c = {}, babelHelpers.defineProperty(_a$c, a, b), babelHelpers.defineProperty(_a$c, c, d), _a$c);

View File

@@ -1,11 +0,0 @@
var _foobar, _foobar2, _test, _test2, _obj, _mutatorMap;
var obj = (_obj = {}, _foobar = foobar, _mutatorMap = {}, _mutatorMap[_foobar] = _mutatorMap[_foobar] || {}, _mutatorMap[_foobar].get = function () {
return "foobar";
}, _foobar2 = foobar, _mutatorMap[_foobar2] = _mutatorMap[_foobar2] || {}, _mutatorMap[_foobar2].set = function (x) {
console.log(x);
}, _test = "test", _mutatorMap[_test] = _mutatorMap[_test] || {}, _mutatorMap[_test].get = function () {
return "regular getter after computed property";
}, _test2 = "test", _mutatorMap[_test2] = _mutatorMap[_test2] || {}, _mutatorMap[_test2].set = function (x) {
console.log(x);
}, babelHelpers.defineEnumerableProperties(_obj, _mutatorMap), _obj);

View File

@@ -1 +0,0 @@
foo(babelHelpers.defineProperty({}, bar, "foobar"));

View File

@@ -1 +0,0 @@
foo = babelHelpers.defineProperty({}, bar, "foobar");

View File

@@ -1,7 +0,0 @@
var _obj;
var obj = (_obj = {}, babelHelpers.defineProperty(_obj, foobar, function () {
return "foobar";
}), babelHelpers.defineProperty(_obj, "test", function () {
return "regular method after computed property";
}), _obj);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, babelHelpers.defineProperty(_obj, "x" + foo, "heh"), babelHelpers.defineProperty(_obj, "y" + bar, "noo"), babelHelpers.defineProperty(_obj, "foo", "foo"), babelHelpers.defineProperty(_obj, "bar", "bar"), _obj);

View File

@@ -1,3 +0,0 @@
var _obj;
var obj = (_obj = {}, babelHelpers.defineProperty(_obj, "x" + foo, "heh"), babelHelpers.defineProperty(_obj, "y" + bar, "noo"), _obj);

View File

@@ -1 +0,0 @@
var obj = babelHelpers.defineProperty({}, "x" + foo, "heh");

View File

@@ -1,6 +0,0 @@
var _foo, _mutatorMap;
var k = Symbol();
var foo = (_foo = {}, babelHelpers.defineProperty(_foo, Symbol.iterator, "foobar"), _mutatorMap = {}, _mutatorMap[k] = _mutatorMap[k] || {}, _mutatorMap[k].get = function () {
return k;
}, babelHelpers.defineEnumerableProperties(_foo, _mutatorMap), _foo);

View File

@@ -1 +0,0 @@
var obj = babelHelpers.defineProperty({}, "x" + foo.bar, "heh");

View File

@@ -1,3 +0,0 @@
var obj = babelHelpers.defineProperty({
first: "first"
}, "second", "second");

View File

@@ -1 +0,0 @@
var foo = babelHelpers.defineProperty({}, bar, "foobar");