README
babel-esnext-polyfill
包含的 polyfill 列表:
Object
Array
String
Promise
Set
Map
Function (function.name only)
Number (Number.isNaN only)
babel polyfill not include es5-polyfill
<script type="module">
import babelEsnextPolyfill from 'https://cdn.skypack.dev/babel-esnext-polyfill';
</script>
包含的 polyfill 列表:
Object
Array
String
Promise
Set
Map
Function (function.name only)
Number (Number.isNaN only)