Skip to content
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

feat: support chunkGroup.getModulePreOrderIndex #8588

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

JSerFeng
Copy link
Contributor

@JSerFeng JSerFeng commented Dec 2, 2024

Summary

close #8548

Support ChunkGroup.getModulePreOrderIndex and ChunkGroup.getModulePostOrderIndex

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added team The issue/pr is created by the member of Rspack. release: feature release: feature related release(mr only) labels Dec 2, 2024
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit a3d1cdf
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/677e284e7011f20008100040

@JSerFeng JSerFeng force-pushed the feat/get-cgm-order-index branch from 90f7162 to 0726ce5 Compare December 4, 2024 06:59
@JSerFeng JSerFeng force-pushed the feat/get-cgm-order-index branch from 0726ce5 to f211d45 Compare January 2, 2025 05:51
Copy link

codspeed-hq bot commented Jan 2, 2025

CodSpeed Performance Report

Merging #8588 will not alter performance

Comparing feat/get-cgm-order-index (a3d1cdf) with main (9da4fc8)

Summary

✅ 3 untouched benchmarks

@JSerFeng JSerFeng force-pushed the feat/get-cgm-order-index branch 4 times, most recently from 3dbc561 to ea369c3 Compare January 6, 2025 11:05
@JSerFeng JSerFeng enabled auto-merge (squash) January 7, 2025 03:19
@JSerFeng JSerFeng force-pushed the feat/get-cgm-order-index branch 2 times, most recently from e49cf47 to dc1146b Compare January 7, 2025 10:36
@JSerFeng JSerFeng force-pushed the feat/get-cgm-order-index branch from dc1146b to a3d1cdf Compare January 8, 2025 07:25
@JSerFeng JSerFeng merged commit ce275d6 into main Jan 8, 2025
30 checks passed
@JSerFeng JSerFeng deleted the feat/get-cgm-order-index branch January 8, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature release: feature related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: JsChunkGroup support getModulePreOrderIndex, getModulePostOrderIndex
2 participants