noEmit slow on Mac M2 #1060
-
I’ve been testing ❯ time npx tsc -p . --noEmit --extendedDiagnostics
Files: 3193
Lines of Library: 40862
Lines of Definitions: 1750956
Lines of TypeScript: 24634
Lines of JavaScript: 160
Lines of JSON: 94
Lines of Other: 0
Identifiers: 1718657
Symbols: 953103
Types: 14732
Instantiations: 40044
Memory used: 1399347K
Assignability cache size: 4238
Identity cache size: 151
Subtype cache size: 93
Strict subtype cache size: 44
I/O Read time: 0.65s
Parse time: 1.67s
ResolveTypeReference time: 0.03s
ResolveModule time: 0.26s
ResolveLibrary time: 0.01s
Program time: 2.90s
Bind time: 1.05s
transformTime time: 0.11s
commentTime time: 0.00s
printTime time: 0.14s
Emit time: 0.14s
Check time: 0.19s
I/O Write time: 0.00s
Total time: 4.27s
npx tsc -p . --noEmit --extendedDiagnostics 14,05s user 2,62s system 68% cpu 24,468 total while with
As you can see, |
Beta Was this translation helpful? Give feedback.
Answered by
jakebailey
Jun 5, 2025
Replies: 1 comment
-
Moving to #1062; this is more of an issue than a question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slackerzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving to #1062; this is more of an issue than a question.