Skip to content

feat(parser): add TS2528 error code to duplicate_default_export diagnostic#17558

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic
Jan 2, 2026
Merged

feat(parser): add TS2528 error code to duplicate_default_export diagnostic#17558
graphite-app[bot] merged 1 commit intomainfrom
c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented Jan 1, 2026

No description provided.

@camc314 camc314 force-pushed the c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic branch from f604200 to 1f1b6aa Compare January 1, 2026 13:56
@github-actions github-actions bot added A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Jan 1, 2026
Copy link
Contributor Author

camc314 commented Jan 1, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 1, 2026

CodSpeed Performance Report

Merging #17558 will not alter performance

Comparing c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic (1f1b6aa) with c/01-01-refactor_parser_move_duplicate_default_export_diagnostic_to_diagnostics.rs (2f81c86)

Summary

✅ 42 untouched
⏩ 3 skipped1

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@camc314 camc314 marked this pull request as ready for review January 1, 2026 14:26
@camc314 camc314 changed the title refactor(parser): add TS2528 error code to duplicate_default_export diagnostic feat(parser): add TS2528 error code to duplicate_default_export diagnostic Jan 2, 2026
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Jan 2, 2026
@camc314 camc314 assigned camc314 and unassigned Boshen Jan 2, 2026
Copy link
Contributor Author

camc314 commented Jan 2, 2026

Merge activity

@github-actions github-actions bot added the C-enhancement Category - New feature or request label Jan 2, 2026
@graphite-app graphite-app bot force-pushed the c/01-01-refactor_parser_move_duplicate_default_export_diagnostic_to_diagnostics.rs branch from 2f81c86 to 1cd2b1f Compare January 2, 2026 12:55
@graphite-app graphite-app bot force-pushed the c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic branch from 1f1b6aa to a7e1643 Compare January 2, 2026 12:56
Base automatically changed from c/01-01-refactor_parser_move_duplicate_default_export_diagnostic_to_diagnostics.rs to main January 2, 2026 13:01
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jan 2, 2026
@graphite-app graphite-app bot merged commit a7e1643 into main Jan 2, 2026
22 checks passed
@graphite-app graphite-app bot deleted the c/01-01-refactor_parser_add_ts2528_error_code_to_duplicate_default_export_diagnostic branch January 2, 2026 13:02
graphite-app bot pushed a commit that referenced this pull request Jan 5, 2026
### 🚀 Features

- 659c23e linter: Init note field boilerplate  (#17589) (Shrey Sudhir)
- 6870b64 parser: Add TS1363 error code (#17609) (Sysix)
- 23680a3 mangler: Skip mangling only in scopes affected by direct eval (#17612) (camc314)
- a7e1643 parser: Add TS2528 error code to duplicate_default_export diagnostic (#17558) (camc314)

### 🐛 Bug Fixes

- 1044116 ecmascript: Mark `new Symbol` as non side-effect free (#17568) (camc314)
- ab5e4ca isolated-declarations: Strip default values from rest parameter binding patterns (#17602) (camc314)
- 68b2e54 minifier: Prevent incorrect ??= transformation when member base is mutated (#17472) (copilot-swe-agent)

### ⚡ Performance

- 6067143 semantic: Remove hash when checking identifier (#17564) (camchenry)
- a28ab3d semantic: Avoid bounds check when checking string literal (#17545) (camc314)
- 04809d1 semantic: Use SIMD for finding backslashes in `check_string_literal` (#17534) (camchenry)
- 49ad2f0 semantic: Mark all diagnostic functions as `#[cold]` (#17487) (camc314)
- ea82b50 transformer: Mark all diagnostic functions as `#[cold]` (#17486) (camc314)
- d968e51 semantic: Mark `checker::check` as `inline(always)` (#17459) (camc314)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants