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.
In DefinitelyTyped/DefinitelyTyped#29979, I was trying to create a new major version of a scoped package. In order to do that, you're supposed to add a path mapping similar to the example in the DefinitelyTyped readme:
"paths": {
"history": [ "history/v2" ]
},
For the package I was trying to update, I believe that'd be:
However, the code here doesn't strip the version info and enforces that the mapping match the dependency name once unmangled. This means I'd have to write something like the following (which is incorrect):
In DefinitelyTyped/DefinitelyTyped#29979, I was trying to create a new major version of a scoped package. In order to do that, you're supposed to add a path mapping similar to the example in the DefinitelyTyped readme:
For the package I was trying to update, I believe that'd be:
However, the code here doesn't strip the version info and enforces that the mapping match the dependency name once unmangled. This means I'd have to write something like the following (which is incorrect):
Would a PR be accepted to change this behavior?
The text was updated successfully, but these errors were encountered: