mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 14:45:58 +08:00
add
This commit is contained in:
parent
1a6c7fb0cb
commit
b8ff0d979a
@ -32529,6 +32529,7 @@ function CallToStr(path) {
|
||||
var key = prop.key.value
|
||||
if(t.isFunctionExpression(prop.value)) {
|
||||
var retStmt = prop.value.body.body[0];
|
||||
if (typeof retStmt == 'undefined') return;
|
||||
if (t.isBinaryExpression(retStmt.argument)) {
|
||||
var repfunc = function(_path, args){
|
||||
if (args.length == 2){
|
||||
|
Loading…
x
Reference in New Issue
Block a user