You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
So typing.sourceRepoURL seems to have the .git extension, while it shouldn't be. The typing information tracks to PackageBase.sourceRepoURL, which is assigned in
For example,
@types/lodash
saysNote the
.git
extension. That URL is a 404. Correct URL is https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash. The line is generated inhttps://github.com/Microsoft/types-publisher/blob/e40d8bcd9fa7eaf330b195f7a22110a6f1c0d454/src/lib/package-generator.ts#L163
So
typing.sourceRepoURL
seems to have the.git
extension, while it shouldn't be. The typing information tracks toPackageBase.sourceRepoURL
, which is assigned inhttps://github.com/Microsoft/types-publisher/blob/e40d8bcd9fa7eaf330b195f7a22110a6f1c0d454/src/lib/packages.ts#L182-L186
But
BaseRaw.sourceRepoURL
says that.git
extension should not be there in the first place:https://github.com/Microsoft/types-publisher/blob/e40d8bcd9fa7eaf330b195f7a22110a6f1c0d454/src/lib/packages.ts#L165-L166
The text was updated successfully, but these errors were encountered: