We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4242a79 commit e96a883Copy full SHA for e96a883
src/utils/generators.mjs
@@ -61,7 +61,6 @@ export const coerceSemVer = version => {
61
*
62
* @param {string | import('semver').SemVer} introduced
63
* @param {Array<import('../parsers/types').ReleaseEntry>} releases
64
- * @param {Boolean} [includeNonMajor=false]
65
* @returns {Array<import('../parsers/types').ReleaseEntry>}
66
*/
67
export const getCompatibleVersions = (introduced, releases) => {
src/utils/url.mjs
@@ -1,7 +1,7 @@
1
/**
2
* Kind of like `path.posix.relative`, however, this functions more like a URL resolution
3
- * @param {string} from
4
* @param {string} to
+ * @param {string} from
5
* @returns {string}
6
7
export const relative = (to, from) => {
0 commit comments