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

fix(typescript): Skip the body of ArrowExpr in type usage analysis #10187

Merged
merged 4 commits into from
Mar 13, 2025

Conversation

CPunisher
Copy link
Member

Fixes #10171

@CPunisher CPunisher requested a review from a team as a code owner March 12, 2025 13:59
Copy link

changeset-bot bot commented Mar 12, 2025

🦋 Changeset detected

Latest commit: dd99f44

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

magic-akari
magic-akari previously approved these changes Mar 12, 2025
Copy link

codspeed-hq bot commented Mar 12, 2025

CodSpeed Performance Report

Merging #10187 will create unknown performance changes

Comparing CPunisher:03-12-fix/dts-untyped-private-const (dd99f44) with main (9aca205)

Summary

🆕 152 new benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
🆕 deserialization of serde N/A 2.4 µs N/A
🆕 serialization of serde N/A 2.8 µs N/A
🆕 css/visitor/compare/clone N/A 5.1 ms N/A
🆕 css/visitor/compare/fold_span N/A 6 ms N/A
🆕 css/visitor/compare/fold_span_panic N/A 6 ms N/A
🆕 css/visitor/compare/visit_mut_span N/A 5.4 ms N/A
🆕 css/visitor/compare/visit_mut_span_panic N/A 5.4 ms N/A
🆕 css/lexer/bootstrap_5_1_3 N/A 10.3 ms N/A
🆕 css/lexer/foundation_6_7_4 N/A 8.3 ms N/A
🆕 css/lexer/tailwind_3_1_1 N/A 1.6 ms N/A
🆕 css/parser/bootstrap_5_1_3 N/A 47.6 ms N/A
🆕 css/parser/foundation_6_7_4 N/A 37.7 ms N/A
🆕 css/parser/tailwind_3_1_1 N/A 7.3 ms N/A
🆕 es/codegen/colors N/A 69.8 µs N/A
🆕 es/codegen/large N/A 657 µs N/A
🆕 es/codegen/with-parser/colors N/A 195.2 µs N/A
🆕 es/codegen/with-parser/large N/A 1.5 ms N/A
🆕 es/fast-lexer/angular N/A 8.8 ms N/A
🆕 es/fast-lexer/backbone N/A 1.1 ms N/A
🆕 es/fast-lexer/jquery N/A 5.8 ms N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@kdy1 kdy1 added this to the Planned milestone Mar 13, 2025
@kdy1 kdy1 merged commit 9aca205 into swc-project:main Mar 13, 2025
18 checks passed
@kdy1 kdy1 modified the milestones: Planned, v1.11.10 Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

DTS emit error with untyped private const
3 participants