书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2832 个相关结果.
  • 基于 Taro 开发第三方多端 UI 库

    title: 基于 Taro 开发第三方多端 UI 库 多端 UI 库项目结构 增加一个 UI 库入口文件 配置文件改造 打包命令 项目测试 使用 babel-jest babel.config.js title: 基于 Taro 开发第三方多端 UI 库 通过 Taro 提供的多端 UI 库打包能力,可以打包出一个多端运行的 UI...
  • 最佳实践

    1816 2018-05-14 《Babel 插件手册》
    最佳实践 Create Helper Builders and Checkers 尽量避免遍历抽象语法树(AST) 及时合并访问者对象 可以手动查找就不要遍历 优化嵌套的访问者对象 留意嵌套结构 单元测试 快照测试 AST 测试 babel-plugin-tester 最佳实践 Create Helper Builders ...
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language ext...
  • 如何让 IE 支持 G6

    如何让 IE 支持 G6 vue/cli create-react-app umi 如何让 IE 支持 G6 最近 G6 图可视化交流群 里面有同学反馈说 G6 不支持 IE。对于这类问题,我们在项目中只需要引入 babel-polyfill 即可,具体使用方法如下: 在主入门文件中引入 babel-polyfill ; 在 bable...
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language exten...
  • omi-weui

    890 2018-12-04 《Omi v5.x 文档》
    omi-weui P.S. omi-weui weui for Omi 这里是 weui 开发版本,会整体重构 src 为组件源码 site 为线上demo 开发 yarn dev 后编译配置通过 babel-loader 的 include 选项 { test : /\.js$/ , loade...
  • minify-constant-folding

    babel-plugin-minify-constant-folding Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options babel-plugin-minify-constant-folding Example In...
  • 基于 Taro 开发第三方多端 UI 库

    基于 Taro 开发第三方多端 UI 库 多端 UI 库项目结构 增加一个 UI 库入口文件 配置文件改造 打包命令 项目测试 使用 babel-jest babel.config.js 基于 Taro 开发第三方多端 UI 库 通过 Taro 提供的多端 UI 库打包能力,可以打包出一个多端运行的 UI 库,目前已经支持 微信/支付宝...
  • parser

    @babel/parser Credits API babelParser.parse(code, [options]) babelParser.parseExpression(code, [options]) Options Output Semver Example Plugins Miscellaneous Language ext...
  • Caveats

    Caveats Polyfills Classes ES5 Internet Explorer Classes (10 and below) Getters/setters (8 and below) Modules Caveats Polyfills In order for certain features to work th...