refactor(linter): move tsgolint.rs to oxc_linter crate#13126
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #13126 will not alter performanceComparing Summary
Footnotes |
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the codebase by moving tsgolint.rs from the apps/oxlint crate to the oxc_linter crate to improve code organization and modularity.
- Relocated
tsgolint.rsmodule from application layer to library layer - Updated import statements to use relative imports within the new crate
- Added proper documentation comments to the
lintmethod
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| crates/oxc_linter/src/tsgolint.rs | Updated imports to use relative paths and added comprehensive documentation for the lint method |
| crates/oxc_linter/src/lib.rs | Added tsgolint module declaration and exported TsGoLintState type |
| apps/oxlint/src/lint.rs | Updated import to use TsGoLintState from oxc_linter crate instead of local module |
| apps/oxlint/src/lib.rs | Removed tsgolint module declaration as it's now moved to oxc_linter |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
6572250 to
de0b08a
Compare
Merge activity
|
The language server wants type aware feature too ❤️
de0b08a to
34ae2f0
Compare

The language server wants type aware feature too ❤️