From ec6b6208a63b7389b7af9e4a67925902431f954d Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 6 Nov 2017 18:04:13 +0800 Subject: [PATCH] update --- dist/fix/fix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*