mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Relying on ASI (automatic semicolon insertion) is allowed in TypeScript because JavaScript allows it. However, when we run clang-format it doesn’t understand that these statements are terminated with a newline and changes the indentation, in bad cases even breaking the code. Fixes #817 |
||
|---|---|---|
| .. | ||
| backends | ||
| base_request_options.ts | ||
| base_response_options.ts | ||
| enums.ts | ||
| headers.ts | ||
| http.ts | ||
| http_utils.dart | ||
| http_utils.ts | ||
| interfaces.ts | ||
| static_request.ts | ||
| static_response.ts | ||
| url_search_params.ts | ||