feat: optimize expression, flatten i18n json, add validations for lite card #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: add dynamic component validation
——动态组件comoponent编译时不报错
feat: add actions validator
——为actions中参数增加校验
feat: flattten i18n json for lite card
——轻卡i18n的json文件扁平化
fix: move styleObjectId into template node
——修复styleObjectId在index.template.json中的节点位置问题,放到template节点下
feat: optimize expression result in prefix way and mark keys with $ sign in template and actions
——表达式使用前缀优化;为变量节点增加$符号;节点增加kind属性
fix: modify entry and pages fields required validation for card project
——卡片工程不校验manifest.json中的entry和pages字段
fix: add judgement for whether the attr is an expression
——节点属性包含变量表达式时,不报找不到资源的警告