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
Motivation:
* Fixipfs/js-ipfs#4080
* tl;dr
* fix `import globSourceImport from 'ipfs-utils/src/files/glob-source.js'` from typescript
* fix importing ipfs-core from typescript
Context:
* microsoft/TypeScript#23857
Strategy
* Use jsdoc `@return` instead of `@yields` because tsc doesn't understand that `@yields` implies a `@return` type
Test Case
* gobengo/ipfs-core-esm-test#3
* I tested locally with `npm link` and this seemed to fix it
0 commit comments