-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Milestone
Description
TsGoLintDiagnosticPayload contains all fixes and suggestions:
https://github.com/oxc-project/oxc/blob/163dbeaf886d38f9112eb638788a5c2e2f2bf240/crates/oxc_linter/src/tsgolint.rs#L320-L329
These are only needed when oxlint --fix is passed or the language server is accessing the binary.
ATM oxlint<->tsgolint integration is not applying the fixes,
Could tsgolint accept something similar and skip the payload when it is not needed?
I guess the computation of the fix could be skipped too.
oxlint: Skip fixes and suggestions.
oxlint --fix: Get the fix or the first suggestion.
oxc_language_server: it wants everything
camchenry
Metadata
Metadata
Labels
No labels