-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix misleading web3-providers tsconfig paths (Issue/3336) #3404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @wirednkod thanks for this PR! It LGTM.
Did you by any chance check if any other packages have misleading paths outside the providers packages?
In a future PR would also love your help adding the missing types to the packages you identified in #3336 (comment) web3-core-requestmanager
and web3-core-promievent
.
@ryanio I did - Issue appeared only in the providers package. I'll open new PR for adding the missing types to the packages you identified in #3336 (comment) web3-core-requestmanager and web3-core-promievent. |
Thanks, that would be awesome! For this PR do you mind adding a small one line Changelog.md entry? Thanks again. |
Done that :)
…On Sat, Apr 11, 2020 at 10:57 PM Ryan Ghods ***@***.***> wrote:
Thanks, that would be awesome!
For this PR do you mind adding a small one line Changelog.md entry?
Thanks again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIOXJH2S6I3IHCSAIAXJ3RMDDSJANCNFSM4LB54KKA>
.
|
Thanks! We are prepping the 1.2.7 |
@ryanio This would probably break existing DApp's. I would test it with different module imports in TS and with different depending projects. |
This PR has been automatically marked as stale beacause it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment. |
Description
Issue: The path defined for example in the tsconfig file of the web3-providers-http package is misleading and should get corrected if possible in a non-breaking manner.
Fixes #3336
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.