microsoft / ts-fix

CLI for applying TypeScript codefixes
MIT License
111 stars 10 forks source link

ts-fix --interactiveMode, --ignoreGitStatus, --file, --showMultiple #12

Closed danay1999 closed 1 year ago

danay1999 commented 2 years ago

Previous functionality is still there, except now the user isn't required to provide a fix name or an error code to run the tool.

Changes are as follows:

danay1999 commented 2 years ago

Should ts-fix apply fixMissingMember ? I personally don't believe we should. Example:

Without applying fixMissingMember, the number of diagnostics decreases

image

Appling fixMissingMember, the number of diagnostics increases

image