Skip to content
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

feature: ネストされた名前空間下の変数を参照できるように (#629) #630

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

takejohn
Copy link
Contributor

What

ネストされた名前空間下の変数を参照できるようになります。

Why

#629 ネストした名前空間下の変数を参照できなかった

Additional info (optional)

API の変更点: Scope クラスにプロパティ nsName?: stringを追加し、接頭辞付きの変数を親スコープに追加するコードを Scope#add メソッドに移動しました。

@salano-ym salano-ym linked an issue Apr 21, 2024 that may be closed by this pull request
@FineArchs
Copy link
Member

ありがとうございます!
前回同様、何もなければ24時間後にマージします。

@FineArchs FineArchs merged commit 59ac01e into aiscript-dev:master Apr 22, 2024
4 checks passed
@FineArchs
Copy link
Member

🙏

@takejohn takejohn deleted the feature/629-nested-namespace branch April 22, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ネストした名前空間下の変数を参照できない
3 participants