FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: remove cases for keys not containing "*" in `PATTERN_KEY_COMPARE` by Mrtenz · Pull Request #53215 · nodejs/node · GitHub

/ node Public

doc: remove cases for keys not containing "*" in PATTERN_KEY_COMPARE - #53215

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Mrtenz:pattern-key-compare-docs
Jun 5, 2024
Merged

doc: remove cases for keys not containing "*" in PATTERN_KEY_COMPARE#53215
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Mrtenz:pattern-key-compare-docs

Conversation

Mrtenz commented May 30, 2024
edited by aduh95
Loading

Copy link
Copy Markdown
Contributor

This removes cases in the reference documentation for PATTERN_KEY_COMPARE where a key does not contain a "*". Given the reference of PACKAGE_IMPORTS_EXPORTS_RESOLVE (the only place where PATTERN_KEY_COMPARE is called), keys that are passed to PATTERN_KEY_COMPARE always contain a single "*".

These cases were likely there for legacy reasons, when keys could end with "/" instead of using wildcards, but this documentation wasn't updated when support for this was removed.

Refs: #40121
Fixes: #53206

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/loaders

nodejs-github-bot added doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation. labels May 30, 2024

Mrtenz commented May 30, 2024

Copy link
Copy Markdown
Contributor Author

Had to force push to fix the commit message.

Comment thread doc/api/esm.md
aduh95 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 30, 2024

Mrtenz commented Jun 5, 2024

Copy link
Copy Markdown
Contributor Author

Is there anything else needed from my end to get this merged?

targos added the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jun 5, 2024
nodejs-github-bot merged commit 7f46227 into nodejs:main Jun 5, 2024

Copy link
Copy Markdown
Collaborator

Landed in 7f46227

Mrtenz deleted the pattern-key-compare-docs branch June 5, 2024 11:23
RafaelGSS pushed a commit that referenced this pull request Jun 7, 2024
PR-URL: #53215
Fixes: #53206
Refs: #40121
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
RafaelGSS mentioned this pull request Jun 7, 2024
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
PR-URL: nodejs#53215
Fixes: nodejs#53206
Refs: nodejs#40121
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
PR-URL: #53215
Fixes: #53206
Refs: #40121
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ambiguous steps in PACKAGE_IMPORTS_EXPORTS_RESOLVE reference documentation

5 participants


Back | FazBrowse Home | New Git URL