| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
fix incorrect order in util.parseArgs history in the util.md Fixed ordering in the versioning history for the util.parseArgs function in the util.md. Fixes: -nodejs#45670
…er_in_util.parseArgs_history doc: fix Incorrect order in util.parseArgs history
| - v18.3.0 | ||
| - v16.17.0 | ||
| changes: | ||
| - version: v18.11.0 |
There was a problem hiding this comment.
This change does not seem correct. We put the most recent change first.
Sorry, something went wrong.
There was a problem hiding this comment.
The original issue is the result of the sorting done here
Line 348 in f6052c6
The versions in the meta.changes array are
['v18.11.0', ['v18.7.0', 'v16.17.0'], 'v18.3.0']and versionSort() uses the min version ('v16.17.0'), so the array is sorted as follows:
['v18.11.0', 'v18.3.0', ['v18.7.0', 'v16.17.0']]
Sorry, something went wrong.
|
Superseded by #45728. I'm closing this. Thank you anyway. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.