高频知识点
@babel_core
@babel/core
babel 核心代码(编译es6)
Babel is a compiler for writing next generation JavaScript.
Babel is a tool that helps you write code in the latest version of JavaScript. When your supported environments don’t support certain features natively, Babel will help you compile those features down to a supported version.
https://github.com/babel/babel
|
|
会编译成
|
|