Skip to content

fix(transformer/module_runner): hoist export #10347

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

Merged

Conversation

hi-ogawa
Copy link
Contributor

@hi-ogawa hi-ogawa commented Apr 10, 2025

Aligning with vitejs/vite#18983

I manually verified the test case output matches with the ones in Vite repo.

I add a new TODO about "export default" getter, but this difference existed already. I plan to fix this separately. (EDIT: It turned out Vite's transform is the wrong one vitejs/vite#19834.)

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-enhancement Category - New feature or request labels Apr 10, 2025
Copy link
Contributor Author

hi-ogawa commented Apr 10, 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.

@hi-ogawa hi-ogawa changed the title feat(transformer/module_runner): hoist export fix(transformer/module_runner): hoist export Apr 10, 2025
@github-actions github-actions bot added the C-bug Category - Bug label Apr 10, 2025
@hi-ogawa hi-ogawa force-pushed the 03-21-feat_transformer_module_runner_hoist_export branch from 0bbf4ec to bc57d86 Compare April 10, 2025 05:49
Copy link

codspeed-hq bot commented Apr 10, 2025

CodSpeed Instrumentation Performance Report

Merging #10347 will not alter performance

Comparing 03-21-feat_transformer_module_runner_hoist_export (1ff75bc) with main (2e1ef4c)

Summary

✅ 36 untouched benchmarks

@hi-ogawa hi-ogawa force-pushed the 03-21-feat_transformer_module_runner_hoist_export branch 3 times, most recently from eb44a47 to 93bb323 Compare April 10, 2025 07:35
@hi-ogawa hi-ogawa marked this pull request as ready for review April 10, 2025 07:40
@hi-ogawa hi-ogawa removed the C-enhancement Category - New feature or request label Apr 10, 2025
@overlookmotel overlookmotel removed their request for review April 10, 2025 10:40
@hi-ogawa hi-ogawa force-pushed the 03-21-feat_transformer_module_runner_hoist_export branch from b2022cf to de5df51 Compare April 11, 2025 09:27
@Dunqing Dunqing added the 0-merge Merge with Graphite Merge Queue label Apr 14, 2025
Copy link
Member

Dunqing commented Apr 14, 2025

Merge activity

Aligning with vitejs/vite#18983

I manually verified the test case output matches with the ones in Vite repo.

~I add a new TODO about "export default" getter, but this difference existed already. I plan to fix this separately.~ (EDIT: It turned out Vite's transform is the wrong one vitejs/vite#19834.)
@graphite-app graphite-app bot force-pushed the 03-21-feat_transformer_module_runner_hoist_export branch from de5df51 to 1ff75bc Compare April 14, 2025 02:36
@graphite-app graphite-app bot merged commit 1ff75bc into main Apr 14, 2025
28 checks passed
@graphite-app graphite-app bot deleted the 03-21-feat_transformer_module_runner_hoist_export branch April 14, 2025 02:42
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-transformer Area - Transformer / Transpiler C-bug Category - Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants