UNPKG

app-decorators

Version:

Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps

18 lines (14 loc) 1.06 kB
System.register(['app-decorators/src/libs/element-to-function'], function (_export, _context) { "use strict"; var _elementToFunc, polyfills; return { setters: [function (_appDecoratorsSrcLibsElementToFunction) { _elementToFunc = _appDecoratorsSrcLibsElementToFunction.default; }], execute: function () { _export('polyfills', polyfills = [[Object, 'assign', 'node_modules/core-js/library/fn/object/assign'], [Object, 'values', 'node_modules/core-js/library/fn/object/values'], [Object, 'entries', 'node_modules/core-js/library/fn/object/entries'], [document, 'registerElement', 'node_modules/webcomponents.js/webcomponents-lite', true], [window, 'Reflect', 'node_modules/core-js/library/fn/reflect'], [window, 'WeakMap', 'node_modules/core-js/library/fn/weak-map'], [window, 'Map', 'node_modules/core-js/library/fn/map'], [Element.prototype, 'after', 'node_modules/dom4/build/dom4', true]]); _export('polyfills', polyfills); } }; }); //# sourceMappingURL=polyfills.js.map