| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Had to force push to fix the commit message. |
Sorry, something went wrong.
|
Is there anything else needed from my end to get this merged? |
Sorry, something went wrong.
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>
| Back | FazBrowse Home | New Git URL |
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