Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

支持对象和数组嵌套型变量,前面不用加 # #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MilkyGreen wants to merge 2 commits into killme2008:master
base: master
Choose a base branch
Loading
from MilkyGreen:master

Conversation

Copy link

@MilkyGreen MilkyGreen commented Sep 1, 2022
edited
Loading

之前使用对象和数组嵌套型变量的时候,前面需要加 # 号,如:#foo.bars[0].name ,或者写成 foo['bars'][0]['name] 略有点麻烦。
修改的方式是在Lexer的时候检测到嵌套型变量,自动按照引用变量来处理,这样就不用再脚本里自己加 # 号了,可以直接使用 foo.bars[0].name 的形式

支持对象和数组嵌套型变量,前面不用加 #
支持对象和数组嵌套型变量,前面不用加 #
Copy link
Owner

谢谢你的贡献,我看下

Copy link

deific commented Dec 20, 2023

请问一下,这个PR的实现是否有问题,会合并吗?这个功能挺有用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /