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

ast_name_tracker: track external references in ESM snippets #105

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

Adjective-Object
Copy link
Owner

Adds a new crate ast_name_tracker for tracking declared and shadowed names in ESM snippets.

This is necessary to track any statistics on a per-symbol level without aggregating dependencies on the module-level, as it can operate on the source level.

Max Huang-Hobbs added 3 commits December 2, 2024 19:16
Adds a new crate `ast_name_tracker` for tracking declared and shadowed
names in ESM snippets.
@Adjective-Object Adjective-Object merged commit 599271a into main Dec 2, 2024
7 checks passed
@Adjective-Object Adjective-Object deleted the ast-name-tracker branch December 2, 2024 22:13
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.

1 participant