Skip to content

refactor(estree): reorder tokens code#19533

Merged
graphite-app[bot] merged 1 commit intomainfrom
om/02-18-refactor_estree_reorder_tokens_code
Feb 24, 2026
Merged

refactor(estree): reorder tokens code#19533
graphite-app[bot] merged 1 commit intomainfrom
om/02-18-refactor_estree_reorder_tokens_code

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Feb 19, 2026

Pure refactor. Re-order tokens code so the file reads top-to-bottom, and with types in a more sensible order.

This PR does not alter any code at all, just re-orders it.

Copy link
Member Author

overlookmotel commented Feb 19, 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 Feb 19, 2026

Merging this PR will not alter performance

✅ 47 untouched benchmarks
🆕 5 new benchmarks
⏩ 3 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
🆕 Simulation estree_tokens[checker.ts] N/A 326.3 ms N/A
🆕 Simulation parser_tokens[cal.com.tsx] N/A 33.4 ms N/A
🆕 Simulation parser_tokens[binder.ts] N/A 4.5 ms N/A
🆕 Simulation parser_tokens[react.development.js] N/A 1.8 ms N/A
🆕 Simulation parser_tokens[RadixUIAdoptionSection.jsx] N/A 97.2 µs N/A

Comparing om/02-18-refactor_estree_reorder_tokens_code (21ad709) with main (035933c)2

Open in CodSpeed

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.

  2. No successful run was found on om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions (9b8e3cc) during the generation of this report, so main (035933c) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@overlookmotel overlookmotel changed the base branch from om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions to graphite-base/19533 February 20, 2026 10:08
@overlookmotel overlookmotel force-pushed the om/02-18-refactor_estree_reorder_tokens_code branch from 6eeb6f3 to 799095c Compare February 20, 2026 10:09
@overlookmotel overlookmotel changed the base branch from graphite-base/19533 to om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions February 20, 2026 10:09
@overlookmotel overlookmotel changed the base branch from om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions to graphite-base/19533 February 20, 2026 11:43
@overlookmotel overlookmotel force-pushed the om/02-18-refactor_estree_reorder_tokens_code branch from 799095c to 71675be Compare February 20, 2026 11:43
@overlookmotel overlookmotel changed the base branch from graphite-base/19533 to om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions February 20, 2026 11:43
@overlookmotel overlookmotel force-pushed the om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions branch from c89e9f2 to 32fb433 Compare February 23, 2026 16:11
@overlookmotel overlookmotel force-pushed the om/02-18-refactor_estree_reorder_tokens_code branch from 71675be to 7ba87da Compare February 23, 2026 16:11
@overlookmotel overlookmotel force-pushed the om/02-18-refactor_estree_reorder_tokens_code branch from 7ba87da to 193ffe8 Compare February 23, 2026 22:35
Base automatically changed from om/02-18-refactor_coverage_standardize_estree_tokens_testing_functions to main February 24, 2026 11:56
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Feb 24, 2026
@graphite-app graphite-app bot merged commit 44cfb7b into main Feb 24, 2026
22 checks passed
@graphite-app graphite-app bot deleted the om/02-18-refactor_estree_reorder_tokens_code branch February 24, 2026 11:57
This was referenced Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter-plugins Area - Linter JS plugins 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.

2 participants