Skip to content

Comments

refactor(dev/lazy): get proxy entry's ResolvedId correctly#7746

Merged
graphite-app[bot] merged 1 commit intomainfrom
01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly
Jan 5, 2026
Merged

refactor(dev/lazy): get proxy entry's ResolvedId correctly#7746
graphite-app[bot] merged 1 commit intomainfrom
01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly

Conversation

@hyf0
Copy link
Member

@hyf0 hyf0 commented Jan 4, 2026

No description provided.

Copy link
Member Author

hyf0 commented Jan 4, 2026


How to use the Graphite Merge Queue

Add the label graphite: merge-when-ready to this PR to add it to the merge queue.

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.

@hyf0 hyf0 marked this pull request as ready for review January 4, 2026 15:44
@hyf0 hyf0 requested review from Copilot and sapphi-red and removed request for Copilot January 4, 2026 15:44
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

Benchmarks Rust

  • target: 01-04-feat_dev_lazy_don_t_include_already_executed_modules(950b728)
  • pr: 01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly(48b13db)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.03     67.6±1.28ms        ? ?/sec    1.00     65.9±2.31ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.03     73.7±1.60ms        ? ?/sec    1.00     71.6±2.45ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    107.0±3.22ms        ? ?/sec    1.01    107.7±2.57ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    120.4±2.05ms        ? ?/sec    1.00    120.3±3.76ms        ? ?/sec
bundle/bundle@threejs                                        1.00     38.2±2.13ms        ? ?/sec    1.07     40.8±2.23ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     43.1±0.98ms        ? ?/sec    1.00     43.3±1.08ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    396.1±8.14ms        ? ?/sec    1.00    394.8±4.56ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.01    453.7±5.23ms        ? ?/sec    1.00    450.8±4.74ms        ? ?/sec
scan/scan@rome_ts                                            1.00     85.3±1.80ms        ? ?/sec    1.00     85.6±1.60ms        ? ?/sec
scan/scan@threejs                                            1.00     28.6±0.37ms        ? ?/sec    1.01     28.8±0.82ms        ? ?/sec
scan/scan@threejs10x                                         1.00    298.8±4.27ms        ? ?/sec    1.00    297.5±4.62ms        ? ?/sec

Copy link
Member Author

hyf0 commented Jan 5, 2026

Merge activity

  • Jan 5, 12:23 PM UTC: The merge label 'graphite: merge-when-ready' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Jan 5, 12:45 PM UTC: graphite-app added this pull request to the Graphite merge queue.
  • Jan 5, 12:46 PM UTC: The Graphite merge queue removed this pull request due to downstack failures on PR #7726.
  • Jan 5, 12:46 PM UTC: The Graphite merge queue removed this pull request due to downstack failures on PR #7726.
  • Jan 5, 3:30 PM UTC: The merge label 'graphite: merge-when-ready' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Jan 5, 3:30 PM UTC: hyf0 added this pull request to the Graphite merge queue.
  • Jan 5, 3:42 PM UTC: Merged by the Graphite merge queue.

@hyf0 hyf0 force-pushed the 01-04-feat_dev_lazy_don_t_include_already_executed_modules branch from 243ccf0 to c5f0486 Compare January 5, 2026 12:49
Copilot AI review requested due to automatic review settings January 5, 2026 12:49
@hyf0 hyf0 force-pushed the 01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly branch from 4611808 to 18c49b3 Compare January 5, 2026 12:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the compile_lazy_entry method to retrieve the proxy entry's ResolvedId from the cached module instead of creating a default instance. This ensures the complete resolved information is used during lazy compilation.

Key Changes:

  • Retrieves originative_resolved_id from cached module instead of creating a default ResolvedId
  • Moves module lookup earlier in the flow (before partial scan instead of after)
  • Improves error handling by replacing panic with proper error propagation using ? operator

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@graphite-app graphite-app bot force-pushed the 01-04-feat_dev_lazy_don_t_include_already_executed_modules branch 2 times, most recently from b84e521 to 950b728 Compare January 5, 2026 13:21
@graphite-app graphite-app bot force-pushed the 01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly branch from 18c49b3 to 48b13db Compare January 5, 2026 13:21
@graphite-app graphite-app bot force-pushed the 01-04-feat_dev_lazy_don_t_include_already_executed_modules branch from 950b728 to c4012f3 Compare January 5, 2026 15:30
@graphite-app graphite-app bot force-pushed the 01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly branch from 48b13db to b3fbf70 Compare January 5, 2026 15:31
Base automatically changed from 01-04-feat_dev_lazy_don_t_include_already_executed_modules to main January 5, 2026 15:41
@graphite-app graphite-app bot merged commit b3fbf70 into main Jan 5, 2026
30 checks passed
@graphite-app graphite-app bot deleted the 01-04-refactor_dev_lazy_get_proxy_entry_s_resolvedid_correctly branch January 5, 2026 15:42
This was referenced Jan 7, 2026
shulaoda added a commit that referenced this pull request Jan 7, 2026
## [1.0.0-beta.59] - 2026-01-07

⚡ Inline Dynamic Imports for Statically Imported Modules

- When a module is already statically imported, dynamic imports to that same module are now inlined instead of creating a separate chunk

### 🚀 Features

- plugin_timings: add 3s threshold and doc link to warning message (#7741) by @shulaoda
- improve treeshaking logic to handle empty parameter list in dynamic import .then() callbacks (#7781) by @Copilot
- dev/lazy: don't include already executed modules (#7745) by @hyf0
- dev/lazy: support dynamic `import(..)` (#7726) by @hyf0
- inline dynamic imports that imports statically imported modules (#7742) by @IWANABETHATGUY
- option: add experimental option to control chunk optimization (#7738) by @IWANABETHATGUY

### 🐛 Bug Fixes

- inline dynamic entry to user defined entry with esm wrap kind (#7783) by @IWANABETHATGUY
- use canonical namespace reference for property access (#7777) by @IWANABETHATGUY
- dynamic entry merged into common chunk with cjs and esm wrap kind (#7771) by @IWANABETHATGUY
- tla: should not await non-tla-related modules (#7768) by @hyf0
- dynamic entry captured by common chunk with CJS format (#7757) by @IWANABETHATGUY
- module_loader: mark emitted chunks as user-defined entry when already loaded (#7765) by @shulaoda
- normalize preserveModulesRoot path (#7737) by @IWANABETHATGUY
- linker: resolve race condition in side effects computation for export-star (#7728) by @camc314

### 🚜 Refactor

- plugin_timings: filter out plugins with duration < 1s from timing warnings (#7785) by @shulaoda
- module_loader: remove unnecessary collect before extend (#7769) by @shulaoda
- rename _id suffixes to _idx for oxc_index types (#7767) by @IWANABETHATGUY
- remove duplicate `preserve_entry_signatures` from `AddEntryModuleMsg` (#7762) by @shulaoda
- module_loader: pass `user_defined_entries` by reference (#7756) by @shulaoda
- dev/lazy: get proxy entry's `ResolvedId` correctly (#7746) by @hyf0
- simplify try_rewrite_import_expression control flow (#7753) by @IWANABETHATGUY
- module_loader: remove unnecessary dynamic import handling for runtime module (#7754) by @shulaoda
- inline __toDynamicImportESM  (#7747) by @IWANABETHATGUY
- use From impl for ModuleLoaderOutput conversion (#7732) by @shulaoda
- remove duplicate fields from `ModuleLoader` (#7731) by @shulaoda
- tweak `resolve_user_defined_entries` (#7727) by @shulaoda

### 📚 Documentation

- add rolldown-string reference to native MagicString compatibility section (#7778) by @Copilot
- improve comments for export star side effects handling (#7730) by @IWANABETHATGUY

### 🧪 Testing

- use assertion instead of console.log for some testcase (#7744) by @IWANABETHATGUY

### ⚙️ Miscellaneous Tasks

- tweak some `output.dynamicImportInCjs` related rollup test results (#7776) by @sapphi-red
- mark esbuild/dce/dce_of_symbol_ctor_call as passed (#7775) by @sapphi-red
- deps: update oxc apps (#7772) by @renovate[bot]
- vite-tests: allow running on PRs with `test: vite-tests` label (#7770) by @shulaoda
- deps: update oxc apps (#7760) by @renovate[bot]
- deps: update rollup submodule for tests to v4.55.1 (#7763) by @sapphi-red
- deps: update test262 submodule for tests (#7764) by @sapphi-red
- deps: update oxc to v0.107.0 (#7758) by @camc314
- deps: update taiki-e/install-action action to v2.65.13 (#7751) by @renovate[bot]
- deps: update rust crates (#7750) by @renovate[bot]
- deps: update npm packages (#7749) by @renovate[bot]
- deps: update github-actions (#7748) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.10.1 (#7729) by @renovate[bot]
- deps: update crate-ci/typos action to v1.41.0 (#7725) by @renovate[bot]

Co-authored-by: shulaoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants