Merged
Conversation
- 测试的时候还是有点问题的 - 比如搭配"inline"会有语法报错,使用"final"会丧失"禁止setter"的功能 - 反正后面会认真修复的,慢慢来
- 666,移过来的时候语法写错了,现在应该没啥问题了
- 修复了上上一次commit所提到的问题
- 添加了对getter和setter书写的支持,但仅限书写👇
- haxe```
- //支持
- var byd(default, null):Dynamic = 10;
- {
- //报错,不支持在local中设置getter和setter
- var byd(default, null):Dynamic = 10;
- }
- ```
- 优化部分问题(尽管肯定还有问题) - 添加了对getter以及setter的支持(不包含static变量的支持,而且还有bug,慢慢来吧) - TODO: [ - 添加Regex的书写格式支持, - 还有`setParent` - ]
- 自个看吧,我描述不出来
- 现在支持static变量的prop功能设置 - 修复部分问题(上次导管又肘击出了一些问题,已修复) - 详细内容看source - TODO: [ - 立个🔨的FLAG - ]
- 其实就只是想纠正一些东西罢了 - 测试某些事物,看看行不行
Add changes from hscript Iris-improved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.