5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

babel-polyfillによって使用可能になる処理まとめ

Last updated at Posted at 2018-05-19

こちらの書き直し記事です。

babel-polyfill導入で使用可能になる処理を把握しやすいようサンプルと共にまとめてみました。
具体的なまとめはカテゴリごとに別記事にして分けてます。

babel-polyfill v6.26.3
https://github.com/babel/babel/blob/v6.26.3/packages/babel-polyfill/src/index.js
core-js v2.5.3(babel-polyfill内で↓が読み込まれている)
https://github.com/zloirock/core-js/blob/v2.5.3/shim.js

import 'babel-polyfill';

随時更新していきます。

Object編

Array編

String編

Number編

Math編

Function&Date&Regexp編

Reflect編

その他

5
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?