Update Baselines and/or Applied Lint Fixes

This commit is contained in:
TypeScript Bot 2024-08-09 19:43:37 +00:00
Родитель c4825f40dc
Коммит fb5046c52c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
//// [tests/cases/compiler/excessiveStackDepthFlatArray.ts] ////
=== Performance Stats ===
Instantiation count: 1,000
Instantiation count: 1,000 -> 2,500
=== index.tsx ===
interface MiddlewareArray<T> extends Array<T> {}