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,13 +0,0 @@
var _i = function i() {
_i = 5;
};
var _j = function j() {
({
j: _j
} = 5);
({
y: _j
} = 5);
;
};

View File

@@ -1,4 +0,0 @@
export {};
var obj = {
await: function _await() {}
};

View File

@@ -1,3 +0,0 @@
var g = function g() {
doSmth();
};

View File

@@ -1,15 +0,0 @@
let Foo =
/*#__PURE__*/
function () {
function Foo() {
babelHelpers.classCallCheck(this, Foo);
}
babelHelpers.createClass(Foo, [{
key: "t",
value: function t(_t) {
return _t;
}
}]);
return Foo;
}();

View File

@@ -1,13 +0,0 @@
var obj = {
search: function search({
search: _search
}) {
console.log(_search);
}
};
function search({
search
}) {
console.log(search);
}

View File

@@ -1,5 +0,0 @@
var a = {
eval: function _eval() {
return eval;
}
};

View File

@@ -1,16 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = function _default() {
return {
x: function x(_ref) {
var _x = _ref.x;
}
};
};
exports.default = _default;

View File

@@ -1,17 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = function _default(_ref) {
var _onClick = _ref.onClick;
return React.createElement("div", {
onClick: function onClick() {
return _onClick();
}
});
};
exports.default = _default;

View File

@@ -1,16 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = function _default(_a) {
return {
a: function a() {
return _a;
}
};
};
exports["default"] = _default;

View File

@@ -1,18 +0,0 @@
define(["exports"], function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
var _default = function _default(_a) {
return {
a: function a() {
return _a;
}
};
};
_exports.default = _default;
});

View File

@@ -1,7 +0,0 @@
export default (function (_a) {
return {
a: function a() {
return _a;
}
};
});

View File

@@ -1,16 +0,0 @@
System.register([], function (_export, _context) {
"use strict";
return {
setters: [],
execute: function () {
_export("default", function (_a) {
return {
a: function a() {
return _a;
}
};
});
}
};
});

View File

@@ -1,30 +0,0 @@
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["exports"], factory);
} else if (typeof exports !== "undefined") {
factory(exports);
} else {
var mod = {
exports: {}
};
factory(mod.exports);
global.actual = mod.exports;
}
})(this, function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
var _default = function _default(_a) {
return {
a: function a() {
return _a;
}
};
};
_exports.default = _default;
});

View File

@@ -1,16 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = function _default(_a) {
return {
a: function a() {
return _a;
}
};
};
exports.default = _default;

View File

@@ -1,21 +0,0 @@
export { _whatever as whatever };
export { _wowzers as default };
var _foo = "yes",
foob = "no";
export { _foo as foo, foob };
function _whatever() {}
function _wowzers() {}
var bar = {
foo: function foo() {
_foo;
},
whatever: function whatever() {
_whatever;
},
wowzers: function wowzers() {
_wowzers;
}
};

View File

@@ -1,25 +0,0 @@
var foo;
foo = function foo() {};
var _baz;
_baz = function baz() {
_baz();
};
_baz = 12;
bar = function (_bar) {
function bar() {
return _bar.apply(this, arguments);
}
bar.toString = function () {
return _bar.toString();
};
return bar;
}(function () {
bar();
});

View File

@@ -1,23 +0,0 @@
function _f() {
_f;
}
{
let obj = {
f: function f() {
_f;
}
};
}
(function _b() {
var obj = {
b: function b() {
_b;
}
};
function commit(b) {
b();
}
});

View File

@@ -1,15 +0,0 @@
var test = {
setInterval: function (_setInterval) {
function setInterval(_x, _x2) {
return _setInterval.apply(this, arguments);
}
setInterval.toString = function () {
return _setInterval.toString();
};
return setInterval;
}(function (fn, ms) {
setInterval(fn, ms);
})
};

View File

@@ -1,30 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _last2 = babelHelpers.interopRequireDefault(require("lodash/last"));
let Container =
/*#__PURE__*/
function () {
function Container() {
babelHelpers.classCallCheck(this, Container);
}
babelHelpers.createClass(Container, [{
key: "last",
value: function last(key) {
if (!this.has(key)) {
return;
}
return (0, _last2.default)(this.tokens.get(key));
}
}]);
return Container;
}();
exports.default = Container;

View File

@@ -1,29 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _store = require("./store");
let Login =
/*#__PURE__*/
function (_React$Component) {
babelHelpers.inherits(Login, _React$Component);
function Login() {
babelHelpers.classCallCheck(this, Login);
return babelHelpers.possibleConstructorReturn(this, (Login.__proto__ || Object.getPrototypeOf(Login)).apply(this, arguments));
}
babelHelpers.createClass(Login, [{
key: "getForm",
value: function getForm() {
return (0, _store.getForm)().toJS();
}
}]);
return Login;
}(React.Component);
exports.default = Login;

View File

@@ -1,9 +0,0 @@
export { _foo as foo };
function _foo(bar) {}
var bar = {
foo: function foo() {
_foo;
}
};

View File

@@ -1,21 +0,0 @@
"use strict";
var _events2 = babelHelpers.interopRequireDefault(require("events"));
let Template =
/*#__PURE__*/
function () {
function Template() {
babelHelpers.classCallCheck(this, Template);
}
babelHelpers.createClass(Template, [{
key: "events",
value: function events() {
return _events2.default;
}
}]);
return Template;
}();
console.log(new Template().events());

View File

@@ -1,23 +0,0 @@
var obj = {
f: function f() {
(function f() {
console.log(f);
})();
},
h: function (_h) {
function h() {
return _h.apply(this, arguments);
}
h.toString = function () {
return _h.toString();
};
return h;
}(function () {
console.log(h);
}),
m: function m() {
doSmth();
}
};

View File

@@ -1,13 +0,0 @@
var f = function f() {
var f = 2;
};
var g = function g(_g) {
_g;
};
var obj = {
f: function f(_f) {
_f;
}
};

View File

@@ -1,5 +0,0 @@
var _f = function f() {
console.log(_f, g);
};
_f = null;

View File

@@ -1,22 +0,0 @@
var Utils = {
get: function get() {}
};
var {
get: _get
} = Utils;
var bar = {
get: function get(arg) {
_get(arg, "baz");
}
};
var f = function f({
foo: _foo = "bar"
}) {
var obj = {
// same name as parameter
foo: function foo() {
_foo;
}
};
};

View File

@@ -1,19 +0,0 @@
var _this = this;
// These are actually handled by transform-arrow-functions
const _x = function x() {
babelHelpers.newArrowCheck(this, _this);
return _x;
}.bind(this);
const y = function y(x) {
babelHelpers.newArrowCheck(this, _this);
return x();
}.bind(this);
const z = {
z: function z() {
babelHelpers.newArrowCheck(this, _this);
return y(_x);
}.bind(this)
}.z;

View File

@@ -1,13 +0,0 @@
const x = function x() {
return x;
};
const y = function y(x) {
return x();
};
const z = {
z: function z() {
return y(x);
}
}.z;

View File

@@ -1,4 +0,0 @@
export const x = ({
x
}) => x;
export const y = function y() {};