dom-node-iterator
Advanced tools
Comparing version
'use strict'; | ||
exports.__esModule = true; | ||
exports.shim = exports.implementation = exports.getPolyfill = undefined; | ||
var _polyfill = require('./polyfill'); | ||
Object.defineProperty(exports, 'getPolyfill', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_polyfill)['default']; | ||
} | ||
}); | ||
var _polyfill2 = _interopRequireDefault(_polyfill); | ||
var _implementation = require('./implementation'); | ||
Object.defineProperty(exports, 'implementation', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_implementation)['default']; | ||
} | ||
}); | ||
var _implementation2 = _interopRequireDefault(_implementation); | ||
var _shim = require('./shim'); | ||
Object.defineProperty(exports, 'shim', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_shim)['default']; | ||
} | ||
}); | ||
var _shim2 = _interopRequireDefault(_shim); | ||
var _polyfill2 = _interopRequireDefault(_polyfill); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
exports['default'] = (0, _polyfill2['default'])(); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3FCQUllLDRCIiwiZmlsZSI6ImluZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZGVmYXVsdCBhcyBnZXRQb2x5ZmlsbCB9IGZyb20gJy4vcG9seWZpbGwnXG5leHBvcnQgeyBkZWZhdWx0IGFzIGdldFBvbHlmaWxsIH0gZnJvbSAnLi9wb2x5ZmlsbCdcbmV4cG9ydCB7IGRlZmF1bHQgYXMgaW1wbGVtZW50YXRpb24gfSBmcm9tICcuL2ltcGxlbWVudGF0aW9uJ1xuZXhwb3J0IHsgZGVmYXVsdCBhcyBzaGltIH0gZnJvbSAnLi9zaGltJ1xuZXhwb3J0IGRlZmF1bHQgZ2V0UG9seWZpbGwoKVxuIl19 | ||
var polyfill = (0, _polyfill2['default'])(); | ||
polyfill.implementation = _implementation2['default']; | ||
polyfill.shim = _shim2['default']; | ||
exports['default'] = polyfill; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6WyJwb2x5ZmlsbCIsImltcGxlbWVudGF0aW9uIiwic2hpbSJdLCJtYXBwaW5ncyI6Ijs7OztBQUFBOzs7O0FBQ0E7Ozs7QUFDQTs7Ozs7O0FBRUEsSUFBTUEsV0FBVyw0QkFBakI7QUFDQUEsU0FBU0MsY0FBVDtBQUNBRCxTQUFTRSxJQUFUOztxQkFFZUYsUSIsImZpbGUiOiJpbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGRlZmF1bHQgYXMgZ2V0UG9seWZpbGwgfSBmcm9tICcuL3BvbHlmaWxsJ1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBpbXBsZW1lbnRhdGlvbiB9IGZyb20gJy4vaW1wbGVtZW50YXRpb24nXG5pbXBvcnQgeyBkZWZhdWx0IGFzIHNoaW0gfSBmcm9tICcuL3NoaW0nXG5cbmNvbnN0IHBvbHlmaWxsID0gZ2V0UG9seWZpbGwoKVxucG9seWZpbGwuaW1wbGVtZW50YXRpb24gPSBpbXBsZW1lbnRhdGlvblxucG9seWZpbGwuc2hpbSA9IHNoaW1cblxuZXhwb3J0IGRlZmF1bHQgcG9seWZpbGxcbiJdfQ== |
{ | ||
"name": "dom-node-iterator", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "A portable NodeIterator polyfill.", | ||
@@ -32,3 +32,2 @@ "main": "index.js", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-es2015-loose": "^8.0.0", | ||
"eslint": "^3.5.0" | ||
@@ -42,3 +41,8 @@ }, | ||
"presets": [ | ||
"es2015-loose" | ||
[ | ||
"es2015", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
], | ||
@@ -45,0 +49,0 @@ "sourceMaps": "inline" |
6
-14.29%24147
-0.56%173
-7.49%