Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Franco (Kovensky) committed Dec 12, 2016
1 parent 70d0f9a commit e233d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@ const _bar = babelHelpers.specRequireInterop(require('bar'));

Object.keys(_bar).forEach(function (key) {
if (key === "__esModule" || key === "default" || _ownExports.indexOf(key) >= 0) return;

if (key in exports) {
var own = exports[key],
other = _bar[key];
if (own === other ? own !== 0 || 1 / own === 1 / other : own != own && other != other) return;
}

if (key in exports && babelHelpers.sameValue(exports[key], _bar[key])) return;
Object.defineProperty(exports, key, {
enumerable: true,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ const _iDontKnow = babelHelpers.specRequireInterop(require('./i-dont-know'));

Object.keys(_iDontKnow).forEach(function (key) {
if (key === "__esModule" || key === "default" || _ownExports.indexOf(key) >= 0) return;

if (key in exports) {
var own = exports[key],
other = _iDontKnow[key];
if (own === other ? own !== 0 || 1 / own === 1 / other : own != own && other != other) return;
}

if (key in exports && babelHelpers.sameValue(exports[key], _iDontKnow[key])) return;
Object.defineProperty(exports, key, {
enumerable: true,

Expand Down

0 comments on commit e233d40

Please sign in to comment.