babel-usage icon indicating copy to clipboard operation
babel-usage copied to clipboard

Examples about babel(babel 的用例)

Results 1 babel-usage issues
Sort by recently updated
recently updated
newest added

有个疑问,以编程的方式来使用 Babel,如果某些代码需要调用Babel的API进行转码,就要使用babel-core模块。为啥转换的只是{ code, map, ast },不是应该转换成es5代码啥的,那这个模块在实际项目中到底怎么用的?求告知