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

📎 Generalise the DependencyGraph #5333

Open
arendjr opened this issue Mar 12, 2025 · 0 comments
Open

📎 Generalise the DependencyGraph #5333

arendjr opened this issue Mar 12, 2025 · 0 comments
Labels
A-Core Area: core S-Enhancement Status: Improve an existing feature

Comments

@arendjr
Copy link
Contributor

arendjr commented Mar 12, 2025

Description

Currently our DependencyGraph only works on JS/TS files. This is done intentionally to allow quick iteration while we still flesh out some of the features and their requirements.

At some point though, we should generalise things and introduce some traits to allow things to work with other file types such as CSS and GraphQL. We'll want to pick up this task as soon as we want to implement a rule with multi-file analysis for one of those languages.

@arendjr arendjr added A-Core Area: core S-Enhancement Status: Improve an existing feature labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core Area: core S-Enhancement Status: Improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant