Is it true that some new grammars of es6 and es7 are translated into es5 through babel?

what is the real implementation principle of some of the new es6 and es7 grammars we usually use? Is it understandably the real implementation of the es5 code that is converted through babel?

Feb.21,2022

Yes, you can check the translated result here https://babeljs.io/repl/

clipboard.png


not most es6 and es7 new grammars require vm support babel only simulates


es5 converted through babel is a compatible way for browsers that do not support these new grammars for the time being, and the implementation is not unique. If it supports it, it does not need to be converted

.
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-1b2bbb0-2bab8.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-1b2bbb0-2bab8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?