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
However, it seems like version 0.80 does not follow this behaviour:
// using https://plugins.dprint.dev/typescript-0.80.0.wasmconstmathResult=(1+2);// yields:constmathResult=1+2;// using https://plugins.dprint.dev/typescript-0.79.0.wasmconstmathResult=(1+2);// yields:constmathResult=(1+2);
The text was updated successfully, but these errors were encountered:
burnnat
added a commit
to burnnat/dprint-plugin-typescript
that referenced
this issue
Sep 4, 2024
Per the "explicit newlines" documentation, parens should be maintained around multiline assignment expressions:
However, it seems like version 0.80 does not follow this behaviour:
The text was updated successfully, but these errors were encountered: