-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance LookupByPath, Fix win32 paths in webpack-workspace-resolve-pl…
…ugin (#5050) * [lookup-by-path] Add size,entries,get,has,removeItem Add more support for delimiter overrides per method. Exclude `undefined` and `null` from allowed values to type parameter <TItem> * [workspace-resolve] Fix win32 path formatting. Also tap hooks earlier to avoid sequencing issues. --------- Co-authored-by: David Michon <dmichon-msft@users.noreply.github.com>
- Loading branch information
1 parent
fc48c64
commit 970b221
Showing
9 changed files
with
642 additions
and
41 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@rushstack/lookup-by-path/lookup-enhancements_2024-12-17-22-37.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/lookup-by-path", | ||
"comment": "Update all methods to accept optional override delimiters. Add `size`, `entries(), `get()`, `has()`, `removeItem()`. Make class iterable.\nExplicitly exclude `undefined` and `null` from the allowed types for the type parameter `TItem`.", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@rushstack/lookup-by-path" | ||
} |
10 changes: 10 additions & 0 deletions
10
...ges/@rushstack/webpack-workspace-resolve-plugin/lookup-enhancements_2024-12-17-22-42.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/webpack-workspace-resolve-plugin", | ||
"comment": "Fix a bug with path handling on Windows. Tap hooks earlier to ensure that these plugins run before builtin behavior.", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@rushstack/webpack-workspace-resolve-plugin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.