gpt4 book ai didi

babeljs - babel vs babel-core vs babel-runtime

转载 作者:行者123 更新时间:2023-12-03 05:39:35 27 4
gpt4 key购买 nike

我的 Node Webpack 项目使用了三个 babel 库。它们之间有什么区别以及如何使用它们?

"dependencies": {
"babel-runtime": "^5.8.24"
}

"dev-dependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23"
}

最佳答案

babel-core 是 API。对于 v5,babel 包是 CLI,并且依赖于 babel-core。对于 v6,babel-cli 包是 CLI(尽管 CLI bin 命令仍然是 babel),而 babel 包则不执行此操作任何事物。 babel-runtime 我猜只是运行时(polyfill 和 helpers)来支持已经转换的代码。

关于babeljs - babel vs babel-core vs babel-runtime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32544685/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com