-
Notifications
You must be signed in to change notification settings - Fork 299
Setup typedoc and fix web3-provider-engine dependency #112
Conversation
Linting error. 😉 |
Oops. Fixed them. |
Oh, I was running the wrong command. I didn't notice that. Thanks for fixing it |
Oh, I merged from master and never rechecked this. Will do it today.
…On Wed, Apr 22, 2020 at 10:53 AM Holger Drewes ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In README.md
<#112 (comment)>
:
>
-Constructors:
+> > > > > > > typedoc
+
+```js
+const thirdparty = require('ethereumjs-wallet/thirdparty').default
+```
+
+ESM / TypeScript:
+
+```js
+import thirdparty from 'ethereumjs-wallet/thirdparty'
+```
There is still some kind of chaos here (and in the other API sections).
Can you on fixing generally have some closer look at the import flavors
and do a test, eventually also do a test install before? I was a bit
playing around here and this doesn't seem to work as expected, maybe also
have a look at this recently merged PR #109
<#109> along.
Please test both the JS and TypeScript versions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#112 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABLC4YQVZGBNIAPRQ22IUTRN3ZGLANCNFSM4MNVOEIQ>
.
|
thanks for this 🙌 |
I fixed a broken merge in the readme, regenerated the docs, and auto fix all styles. |
Also, note that you have to run |
Hi Patricio, you have got some broken local linting setup by some outdated config installation or old Otherwise thanks for the fixes. |
Oh, that's probably the case. I deleted my |
Got it, Can you eventually directly fix this here, move this to the dependencies but then also update the title from this issue so that this won't get lost? Please wait with pushing again, I have a few more comments, will give another note on the last one. |
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.
Ok, that's it. All README
import related, you likely just haven't take notice of #109 yet.
Changed the imports, added the missing one, and fixed the package.json. |
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.
LGTM, thanks Patricio!
This PR is a continuation of #98