Skip to content

refactor(parser): improve TSModuleDeclaration parsing#11605

Merged
graphite-app[bot] merged 1 commit intomainfrom
06-11-refactor_parser_improve_tsmoduledeclaration_parsing
Jun 11, 2025
Merged

refactor(parser): improve TSModuleDeclaration parsing#11605
graphite-app[bot] merged 1 commit intomainfrom
06-11-refactor_parser_improve_tsmoduledeclaration_parsing

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented Jun 11, 2025

closes #11592

@github-actions github-actions bot added A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Jun 11, 2025
Copy link
Copy Markdown
Member Author

Boshen commented Jun 11, 2025


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
Copy Markdown

codspeed-hq bot commented Jun 11, 2025

CodSpeed Instrumentation Performance Report

Merging #11605 will improve performances by 30.08%

Comparing 06-11-refactor_parser_improve_tsmoduledeclaration_parsing (b7b0dc3) with main (e9a8832)

Summary

⚡ 1 improvements
✅ 37 untouched benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
mangler[cal.com.tsx] 3.5 ms 2.7 ms +30.08%

@Boshen Boshen force-pushed the 06-11-refactor_parser_improve_tsmoduledeclaration_parsing branch from af97634 to 13e9fc0 Compare June 11, 2025 12:18
@Boshen Boshen requested a review from camc314 as a code owner June 11, 2025 12:18
@github-actions github-actions bot added the A-linter Area - Linter label Jun 11, 2025
@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app bot commented Jun 11, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 06-11-refactor_parser_improve_tsmoduledeclaration_parsing branch from 13e9fc0 to b7b0dc3 Compare June 11, 2025 12:28
@graphite-app graphite-app bot merged commit b7b0dc3 into main Jun 11, 2025
25 checks passed
@graphite-app graphite-app bot deleted the 06-11-refactor_parser_improve_tsmoduledeclaration_parsing branch June 11, 2025 12:34
This was referenced Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter A-parser Area - Parser C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forbid invalid TSModuleDeclaration

1 participant