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

feat: refine scoping rules & names #3

Merged
merged 4 commits into from
Aug 2, 2024
Merged

feat: refine scoping rules & names #3

merged 4 commits into from
Aug 2, 2024

Conversation

nrdxp
Copy link
Contributor

@nrdxp nrdxp commented Aug 2, 2024

resolves #1

  • self -> mod
  • super -> pre
  • external dependencies are merged with atom in scope.
  • on collision, local references take precedent.
  • externals are always available via atom.extern.
  • pre ref should be recursive, i.e. pre.pre is grandparent

So you can access the grandparent via `super.super`, etc.
resolves #1

* `self` -> `mod`
* `super` -> `pre`
* external dependencies are merged with `atom` in scope.
* on collision, local references take precedent.
* externals are always available via `atom.extern`.
@nrdxp nrdxp merged commit 5af069a into master Aug 2, 2024
2 checks passed
@nrdxp nrdxp deleted the scoping branch August 5, 2024 18:08
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.

scoping for remote dependencies
1 participant