|
|
@ -1022,7 +1022,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons |
|
|
|
}); |
|
|
|
}); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (/\*\*|\*$/.test(exp)) { |
|
|
|
if (/\*\*$|\*$/.test(exp)) { |
|
|
|
throw new Error('not support'); |
|
|
|
throw new Error('not support'); |
|
|
|
} |
|
|
|
} |
|
|
|
//其他含有*的情况,如*.a,*.*.a,a.*.a.*
|
|
|
|
//其他含有*的情况,如*.a,*.*.a,a.*.a.*
|
|
|
|