guy 7 years ago
parent
commit
ec6b6208a6
  1. 2
      dist/fix/fix.js

2
dist/fix/fix.js vendored

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

Loading…
Cancel
Save