Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support new proposals corejs3 polyfills (#99)
* support new proposals * update test fixtures * address review comments * Add common iterators to Iterator dependencies * fix JSON stringify polyfill descriptors * add CommonIterators to (Async)Iterator.from * support es.string.substr and add es.regexp.exec to matchAll/replaceAll * add es.regexp.test support * chore: generate shippedProposals from corejs3 compat data * support Reflect[@@toStringTag] tc39/ecma262#2057 * fix typo * update core-js-compat to 3.17.0 * add global Reflect dependencies * ignore shipped proposals * fix: use string version in test fixtures * update to core-js-compat 3.17.1 * add annex b features * remove type array instance methods They are supported in constructor dependencies * add iterator dependencies to iterator helpers * fix object.at not polyfilled in pure mode * esnext.array.unique-by depends on es.map * chore: update core-js-compat to 3.18.0 * feat: support Array.fromAsync * Update packages/babel-plugin-polyfill-corejs3/test/check-builtin-definitions.test.js
- Loading branch information