You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: