Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Use TS 2.3 transformation API for auto-fixes #2324

Closed
adidahiya opened this issue Mar 9, 2017 · 2 comments
Closed

Use TS 2.3 transformation API for auto-fixes #2324

adidahiya opened this issue Mar 9, 2017 · 2 comments

Comments

@adidahiya
Copy link
Contributor

microsoft/TypeScript#13940

@ajafff
Copy link
Contributor

ajafff commented Mar 10, 2017

Currently fixes are also included in formatted output and used by tools like vscode-tslint to apply only specific fixes.
How do we handle such cases?

Maybe we could use the code actions aka quickfix aka refactorings mechanism provided by tsserver to advertise fixes to editors. Don't know if there is a hook for that, but that probably requires tslint to be used as language service plugin (#2282)

@JoshuaKGoldberg
Copy link
Contributor

Given the deprecation of TSLint (#4534), this is no longer a priority. 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants