书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 2828 个相关结果.
  • What is Babel?

    What is Babel? Babel is a JavaScript compiler ES2015 and beyond JSX and React Type Annotations (Flow and TypeScript) Pluggable Debuggable Spec Compliant Compact What is...
  • What is Babel?

    Babel is a JavaScript compiler ES2015 and beyond JSX and React Type Annotations (Flow and TypeScript) Pluggable Debuggable Spec Compliant Compact Babel is a JavaScript c...
  • Babel 支持

    905 2018-05-14 《Babel 用户手册》
    Babel 支持 Babel 论坛 Babel 聊天 Babel 问题 创建漂亮的 Babel 错误报告 Babel 支持 Babel 的社区非常庞大并且增长速度很快,伴随着我们成长的同时我们希望保证人们总能获取他们需要的所有资源。 所以我们提供了数种途径来提供支持。 谨记在所有的这些沟通渠道里我们都共同遵守一套行为准则 。 破坏准则的行为...
  • 安装 Babel

    1211 2018-05-14 《Babel 用户手册》
    安装 Babel babel-cli 在项目内运行 Babel CLI babel-register babel-core 安装 Babel 由于 JavaScript 社区没有统一的构建工具、框架、平台等等,因此 Babel 正式集成了对所有主流工具的支持。 从 Gulp 到 Browserify,从 Ember 到 Meteor,不管你的...
  • Babel 转译

    Babel 转译 Babel 转译规则 关闭 Babel 转译 创建项目时关闭转译 删除相关代码关闭转译 Babel 转译 由于框架依赖的 Node 最低版本为 6.0.0 ,但这个版本还不支持 async/await ,所以在项目里使用 async/await 时,需要借助 Babel 转译。 Babel 会将 src/ 目录转译到...
  • Debugging Babel

    210 2022-04-27 《Babel Handbook》
    Debugging Babel Debugging Babel [WIP] —>
  • @babel/types

    @babel/types Install API Node Builders anyTypeAnnotation argumentPlaceholder arrayExpression arrayPattern arrayTypeAnnotation arrowFunctionExpression assignmentExpression a...
  • @babel/traverse

    @babel/traverse Install Usage @babel/traverse Install npm install -- save @babel / traverse Usage We can use it alongside the babel parser to traverse and update nodes:...
  • @babel/polyfill

    @babel/polyfill Installation Size TC39 Proposals Usage in Node / Browserify / Webpack Usage in Browser Details If you are looking for something that won’t modify globals to be...
  • Configure Babel

    Configure Babel What’s your use case? babel.config.json .babelrc.json package.json JavaScript configuration files Using the CLI (@babel/cli ) Using the API (@babel/core ) ...