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

Add more iteration scopes #2134

Open
8 tasks
AndreasArvidsson opened this issue Dec 14, 2023 · 0 comments
Open
8 tasks

Add more iteration scopes #2134

AndreasArvidsson opened this issue Dec 14, 2023 · 0 comments

Comments

@AndreasArvidsson
Copy link
Member

AndreasArvidsson commented Dec 14, 2023

After the work on: Use iterations scope for relative modifier #2133 it was obvious that we were missing a lot of iteration scopes.

  • Defined facets for all iteration scope
    • statement block: statement, class, calls, functions, etc...
    • argument list: arguments, calls
    • Do we want to make private scopes for statement and expression that we can assign as defaults in typescripts? This is so we don't have to repeat the same pattern over and over in every language.
    • name / value / type
  • Implement those iteration scopes in all the common languages
  • Revisit using iteration scope for relative modifier once the above is done
  • Markdown items
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

No branches or pull requests

1 participant