core.js can not convert Array.prototype.at ES2022
turtleinspace1 opened this issue · 1 comments
turtleinspace1 commented
Original js
[1, 2, 3].includes(1)
Using babel 7.3.2 core-js 3.33.1
the Result is not down-level
do latest core.js support to low-level this API ?
zloirock commented
Sorry, I don't understand what do you mean. It should not be down-leveled, it should use a polyfill. See the REPL, the polyfill injected as expected.