babel plugin hyperscript to jsx:此插件将react hyperscript转换为JSX。 拟用作codemod 源码
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
文件列表
babel-plugin-hyperscript-to-jsx-master.zip
(预估有个15文件)
babel-plugin-hyperscript-to-jsx-master
yarn.lock
192KB
src
utils.js
1KB
rev.js
8KB
test
index.test.js
8KB
__snapshots__
index.test.js.snap
74KB
utils.test.js
881B
暂无评论