Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Similar to #93, updates `native-fetch` and removes vendored filed. I get a TS error when trying to generate types though, might have to wait until TS 4.2: ``` > [email protected] prepare /Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils > aegir build --no-bundle /Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:87003 throw e; ^ TypeError: Cannot read property 'kind' of undefined at getRootDeclaration (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:12609:21) at Object.isCatchClauseVariableDeclarationOrBindingElement (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:10439:20) at getTypeOfVariableOrParameterOrPropertyWorker (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:41796:20) at getTypeOfVariableOrParameterOrProperty (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:41775:28) at getTypeOfSymbol (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:42079:24) at getTypeOfAlias (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:42025:23) at getTypeOfSymbol (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:42091:24) at checkIdentifier (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:53527:49) at checkExpressionWorker (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:59973:28) at checkExpression (/Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/node_modules/typescript/lib/tsc.js:59928:38) Command failed with exit code 1: tsc --build /Users/alex/Documents/Workspaces/ipfs/js-ipfs-utils/tsconfig-types.aegir.json ```
- Loading branch information