1. 首页
  2. 数据库
  3. 其它
  4. babel plugin hyperscript to jsx:此插件将react hyperscript转换为JSX。 拟用作codemod 源码

babel plugin hyperscript to jsx:此插件将react hyperscript转换为JSX。 拟用作codemod 源码

上传者: 2021-02-01 22:39:22上传 ZIP文件 100.07KB 热度 24次
babel-plugin-hyperscript-to-jsx(codmod用法) 从hyperscript迁移到JSX是一个非常复杂的codemod。 之前的代码: import h from "react-hyperscript" ; import hx from "shit" const StatelessComponent = props => h ( "h1" ) ; const StatelessWithReturn = props => { return h ( ".class" ) ; } ; function HyperscriptAsRegularFunction
用户评论