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
The latest version of typescript-formatter is 5.1.3 but atom-beautify is using 2.3.0. This causes issues if you try to run tsfmt on a project that also uses atom-beautify(ie subtle differences).
A Pull Request is how this is going to get done. I just received one 3 hours ago: #1740
It is currently failing to pass TypeScript tests. Once it works as expected, I can merge and publish.
Description
The latest version of
typescript-formatter
is 5.1.3 but atom-beautify is using 2.3.0. This causes issues if you try to runtsfmt
on a project that also uses atom-beautify(ie subtle differences).See the changelog for differences https://github.com/vvakame/typescript-formatter/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: