babel 7.4.0
Highlights
core-js 3
// 'foo' could be either a string or an array, or a custom object
foo.includes("a");
// ⮕
import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/includes";
_includesInstanceProperty(foo).call(foo, "a");core-js@2에서 마이그레이션
Last updated
Was this helpful?