babel-plugin-mst-async-action
Advanced tools
Comparing version
@@ -15,3 +15,3 @@ const { default: traverse } = require('@babel/traverse') | ||
) { | ||
path.node.specifiers.push(t.identifier(flowFuncName)) | ||
path.node.specifiers.push(t.importDeclaration(t.identifier(flowFuncName), t.identifier(flowFuncName))) | ||
} | ||
@@ -18,0 +18,0 @@ }, |
{ | ||
"name": "babel-plugin-mst-async-action", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:newraina/babel-plugin-mst-async-action.git", |
8224
-94.45%8
-11.11%