Kenan Yildirim

Results 6 issues of Kenan Yildirim

ref. https://github.com/Raynos/body/issues/10

Changing the input configs of two of `npm-defaults.js` tests _do not_ make the test fail: ``` diff diff --git a/test/npm-defaults.js b/test/npm-defaults.js index 666e9a1..06a2221 100644 --- a/test/npm-defaults.js +++ b/test/npm-defaults.js @@ -55,7...

This patch introduces the `babel-plugin-lodash` plugin in order to rewrite the `lodash` imports from, say: ``` js import _ from 'lodash'; export default function(func) { return _.isFunction(func) && func.name ===...

The TypeScript types could not be resolved when importing the package under modern module resolution settings like `node16` or `bundler`. This patch resolves this issue by specifying `"exports"."types"` in addition...

`validateProof()` accepts an array of `Proof`s, not a single `Proof`.

Not being used anywhere. Or, should it be used [here](https://github.com/maxogden/concat-stream/blob/9c14e0eb65c966a307afc4f73e0f905dcdc0a675/index.js#L48)?