-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
No particular repro code is needed. Bind time, Check time and Emit time are gone and Total time now always reports 0. In a toy repo:
0821:
$ yarn dlx @typescript/native-preview@7.0.0-dev.20250821.1 --diagnostics
Files: 9
Lines: 34988
Identifiers: 39516
Symbols: 30006
Types: 14990
Instantiations: 2919
Memory used: 35361K
Memory allocs: 220224
Config time: 0.000s
Parse time: 0.019s
Bind time: 0.007s
Check time: 0.092s
Emit time: 0.000s
Total time: 0.119s
0822:
$ yarn dlx @typescript/native-preview@7.0.0-dev.20250822.1 --diagnostics
Files: 9
Lines: 34988
Identifiers: 39516
Symbols: 30006
Types: 14990
Instantiations: 2919
Memory used: 35363K
Memory allocs: 220157
Config time: 0.001s
Parse time: 0.024s
Total time: 0.000s
Metadata
Metadata
Assignees
Labels
No labels