Skip to content

Commit

Permalink
[HOTFIX] 修复 on 表达式解析存在的部分问题 (#698)
Browse files Browse the repository at this point in the history
* add bind-macro

* 修改 identifier 的匹配规则

* mip-sandbox 增加 document.title 的可读权限

* 修复 member expression 部分表达式解析不正确的 bug

* 新增 test case

* update mip-sandbox package-lock.json
  • Loading branch information
clark-t authored Sep 10, 2019
1 parent f376827 commit 7d1255d
Show file tree
Hide file tree
Showing 24 changed files with 4,240 additions and 3,538 deletions.
7 changes: 7 additions & 0 deletions packages/mip-sandbox/lib/keywords-generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ module.exports = function () {
// https://github.com/mipengine/mip2/issues/95
'domain'
]
},
{
type: TYPE_PROPS,
access: ACCESS_READONLY,
props: [
'title'
]
}
]
},
Expand Down
Loading

0 comments on commit 7d1255d

Please sign in to comment.