Update Baselines and/or Applied Lint Fixes

This commit is contained in:
TypeScript Bot
2024-08-09 19:43:37 +00:00
parent c4825f40dc
commit fb5046c52c

View File

@@ -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> {}