Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typescript@5.6 #3596

Merged
merged 2 commits into from
Sep 11, 2024
Merged

typescript@5.6 #3596

merged 2 commits into from
Sep 11, 2024

Conversation

nstepien
Copy link
Contributor

@nstepien nstepien self-assigned this Sep 11, 2024
@@ -4,7 +4,6 @@
"composite": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"incremental": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It defaults to true when composite is enabled

"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
"noCheck": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With false:

npx tsc -p tsconfig.lib.json --diagnostics

Files:              134
Lines:            72766
Identifiers:      69468
Symbols:         170712
Types:            44962
Instantiations:  304386
Memory used:    199413K
I/O read:         0.02s
I/O write:        0.01s
Parse time:       0.33s
Bind time:        0.13s
Check time:       1.48s
Emit time:        0.08s
Total time:       2.02s

With true:

npx tsc -p tsconfig.lib.json --diagnostics

Files:             134
Lines:           72766
Identifiers:     69468
Symbols:         43376
Types:            1505
Instantiations:   1445
Memory used:    90150K
I/O read:        0.02s
I/O write:       0.01s
Parse time:      0.34s
Bind time:       0.12s
Check time:      0.00s
Emit time:       0.21s
Total time:      0.67s

@nstepien nstepien marked this pull request as ready for review September 11, 2024 11:59
@nstepien nstepien enabled auto-merge (squash) September 11, 2024 11:59
@nstepien nstepien merged commit 8815dd5 into main Sep 11, 2024
3 checks passed
@nstepien nstepien deleted the ts56 branch September 11, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants