Skip to content

refactor(transformer/object-rest-spread): use helper_call instead of helper_load + call_expression#9536

Merged
graphite-app[bot] merged 1 commit intomainfrom
03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression
Mar 4, 2025
Merged

refactor(transformer/object-rest-spread): use helper_call instead of helper_load + call_expression#9536
graphite-app[bot] merged 1 commit intomainfrom
03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression

Conversation

@Dunqing
Copy link
Member

@Dunqing Dunqing commented Mar 4, 2025

helper_call consists of helper_load and call_expression, so it can be simplified by using helper_call

Copy link
Member Author

Dunqing commented Mar 4, 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.

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Mar 4, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Mar 4, 2025

CodSpeed Performance Report

Merging #9536 will not alter performance

Comparing 03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression (0c46f2a) with main (cead38d)

Summary

✅ 33 untouched benchmarks

@Dunqing Dunqing force-pushed the 03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression branch from a938c3d to 0bb1ddb Compare March 4, 2025 13:41
@Dunqing Dunqing marked this pull request as ready for review March 4, 2025 13:41
@Dunqing Dunqing requested a review from overlookmotel as a code owner March 4, 2025 13:41
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Mar 4, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Mar 4, 2025

Merge activity

…f `helper_load` + `call_expression` (#9536)

`helper_call` consists of `helper_load` and `call_expression`, so it can be simplified by using `helper_call`
@graphite-app graphite-app bot force-pushed the 03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression branch from 0bb1ddb to 0c46f2a Compare March 4, 2025 13:46
@graphite-app graphite-app bot merged commit 0c46f2a into main Mar 4, 2025
25 checks passed
@graphite-app graphite-app bot deleted the 03-04-refactor_transformer_object-rest-spread_use_helper_call_instead_of_helper_load_call_expression branch March 4, 2025 13:50
@oxc-bot oxc-bot mentioned this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-transformer Area - Transformer / Transpiler 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.

1 participant