Doubts about using babel-polyfill and babel-runtime

looking at the introduction on the Internet, using babel-polyfill can pollute global variables. The combination of babel-runtime+babel-plugin-transform-runtime will solve the problem of polluting global variables, and modules that need to be compatible can be introduced on demand. But I read some articles saying that babe-runtime will not transcode the instance code

for example:

[1, 2, 3].include(1)

does this mean that babel-runtime still can"t transform things related to api? if so, how do you solve es6 api compatibility when using babel-runtime?

Sep.07,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36307-343a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36307-343a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?