Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/utils/generators.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const coerceSemVer = version => {
*
* @param {string | import('semver').SemVer} introduced
* @param {Array<import('../parsers/types').ReleaseEntry>} releases
* @param {Boolean} [includeNonMajor=false]
* @returns {Array<import('../parsers/types').ReleaseEntry>}
*/
export const getCompatibleVersions = (introduced, releases) => {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/url.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Kind of like `path.posix.relative`, however, this functions more like a URL resolution
* @param {string} from
* @param {string} to
* @param {string} from
* @returns {string}
*/
export const relative = (to, from) => {
Expand Down
Loading