diff --git a/dist/fix/fix.js b/dist/fix/fix.js index 9a409842c..c0997eb77 100644 --- a/dist/fix/fix.js +++ b/dist/fix/fix.js @@ -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.*