JeffreyZhao/wind

编译函数时,对带特定带*的内容会编译失败~

hstarorg opened this issue · 0 comments

var fn2 = eval(Wind.compile('async',function(){
   console.log('./src/*/*')
}));