Skip to content

feat: implement nodeModulesReconstructedLookup feature for PR7 #3913

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

Open
wants to merge 24 commits into
base: pr5-request-pattern-filtering
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
378c980
feat(enhanced): add include/exclude filtering support for shared modules
ScriptedAlchemy Jul 12, 2025
c84ddbe
ci: retrigger CI workflow
ScriptedAlchemy Jul 12, 2025
8184a92
fix(modernjs): add explicit return type to SSRLiveReload function
ScriptedAlchemy Jul 12, 2025
ebb4268
chore: retrigger CI for infrastructure failure
ScriptedAlchemy Jul 13, 2025
2840932
fix(rsbuild-plugin): correct build configuration
ScriptedAlchemy Jul 14, 2025
14b9c25
feat(enhanced): add include/exclude filtering support to share plugin
ScriptedAlchemy Jul 14, 2025
bd1f99c
feat(enhanced): implement version-based filtering for ProvideSharedPl…
ScriptedAlchemy Jul 14, 2025
d525d7a
chore: remove consume-filters test directory that doesn't belong to s…
ScriptedAlchemy Jul 14, 2025
9bab6fb
chore: remove utils
ScriptedAlchemy Jul 14, 2025
c1cb7e6
feat(enhanced): add request pattern filtering support for shared modules
ScriptedAlchemy Jul 15, 2025
e9bf9dc
feat: add fallback version support for share filtering
ScriptedAlchemy Jul 15, 2025
3757776
fix: add fallbackVersion to ConsumeOptions type definition
ScriptedAlchemy Jul 15, 2025
f2d0b3e
fix: add fallbackVersion support to ProvideSharedPlugin and fix unit …
ScriptedAlchemy Jul 15, 2025
ee9024a
test: enhance fallback version unit tests with comprehensive scenarios
ScriptedAlchemy Jul 15, 2025
15a6a4d
fix: add missing layer configuration for multi consume in layers-cons…
ScriptedAlchemy Jul 15, 2025
e4ef1b3
fix: add layer property to consumed module results from shareConfig
ScriptedAlchemy Jul 15, 2025
bdbf532
fix: align layers-consume-loader test expectations with share-filter …
ScriptedAlchemy Jul 15, 2025
41b60f3
fix: correct layers-consume-loader test expectations back to expect l…
ScriptedAlchemy Jul 15, 2025
eaa661e
fix: resolve provide-filters test failures by fixing fallback version…
ScriptedAlchemy Jul 15, 2025
eb8de60
fix: correct pattern matching in ProvideSharedPlugin for share filtering
ScriptedAlchemy Jul 15, 2025
918b2ec
fix: update warnings.js to match actual warning message format
ScriptedAlchemy Jul 15, 2025
3296fd4
fix: implement provide-filters functionality to match share-filter br…
ScriptedAlchemy Jul 15, 2025
5ac18a4
feat: implement nodeModulesReconstructedLookup feature for PR7
ScriptedAlchemy Jul 15, 2025
b307974
Merge pr5-request-pattern-filtering into pr7-enhanced-filtering
ScriptedAlchemy Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion INCREMENTAL_PR_PLAN_REVISED.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Overview
Based on a detailed diff analysis, this document provides a more accurate breakdown of changes into focused, incremental PRs. Each PR represents a distinct feature, fix, or refactor that can be merged independently.

**IMPORTANT**: All PRs should be compared against the `share-filter` branch as the base branch for measuring changes and creating pull requests.

## Updated PR Sequence

### PR 1: Runtime Safety Fixes
Expand Down Expand Up @@ -128,6 +130,8 @@ shared: {
---

### PR 6: Fallback Version Support
**Branch from**: `pr5-request-pattern-filtering`
**Compare against**: `share-filter` branch
**Size**: Small (~6 files)
**Risk**: Low
**Type**: Feature
Expand All @@ -140,7 +144,7 @@ shared: {
- Unit tests for fallback version
- Integration tests

**Depends on**: PR 4
**Depends on**: PR 4 and PR 5

**API**:
```javascript
Expand Down
Binary file added __mocks__/remotes/fsevents-X6WP4TKM.node
Binary file not shown.
Loading
Loading