Skip to content

Commit 7d1255d

Browse files
authored
[HOTFIX] 修复 on 表达式解析存在的部分问题 (#698)
* add bind-macro * 修改 identifier 的匹配规则 * mip-sandbox 增加 document.title 的可读权限 * 修复 member expression 部分表达式解析不正确的 bug * 新增 test case * update mip-sandbox package-lock.json
1 parent f376827 commit 7d1255d

24 files changed

+4240
-3538
lines changed

packages/mip-sandbox/lib/keywords-generate.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ module.exports = function () {
172172
// https://github.com/mipengine/mip2/issues/95
173173
'domain'
174174
]
175+
},
176+
{
177+
type: TYPE_PROPS,
178+
access: ACCESS_READONLY,
179+
props: [
180+
'title'
181+
]
175182
}
176183
]
177184
},

0 commit comments

Comments
 (0)