-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in typescript generics formatting #108536
Comments
@llvm/issue-subscribers-clang-format Author: kadir çetinkaya (kadircet)
actual formatting (file name `a.ts`):
```
foo = new Bar < (id: int) => X | Y > ();
```
expected formatting:
|
looks like this was also cherry-picked into 19.x release #101112 |
@llvm/issue-subscribers-c-1 Author: kadir çetinkaya (kadircet)
actual formatting (file name `a.ts`):
```
foo = new Bar < (id: int) => X | Y > ();
```
expected formatting:
|
as mentioned in #108671 (comment), this is not specific to js: constexpr auto foo() { return FixedInt < N | M > (foo); } |
See #108671 (comment). |
Split to #109912. |
This was fixed by #110408. |
See #124438. |
actual formatting (file name
a.ts
):expected formatting:
The text was updated successfully, but these errors were encountered: