Anton Bessonov
Anton Bessonov
@ljharb is it acceptable to add a grammar parser? I mean it shouldn't be hard to wirte a specific grammar parser to find "engines" and "node" keywords. If I, or...
For example, I got a quick&dirty version of parser in `bash`, but struggle with `sh`. As I see in [this comment](https://github.com/nvm-sh/nvm/issues/651#issuecomment-85263809), the solution should work in `bash`, `dash`, `ksh`, and...
But, well, the proposed parser doesn't fulfill criteria of nvm. It just doesn't work on all target platforms.
I'm not sure that it works this way. The originalObj and updatedObj could be fully unrelated and therefore typing both to `T` doesn't work. At least it's one possible scenario...
@mrmlnc I'm interesting in this too. This can allow to point to modules outside of the monorepo in pnpm: https://github.com/pnpm/pnpm/blob/v4.11.5/packages/find-packages/src/index.ts#L34
@chrisnojima @andrewvmail this doesn't work. You just get other problem. See https://github.com/facebook/react-native/issues/14520#issuecomment-366719024 : > The idea to reverse the list is quite cool, but well, that's not really fix the...
mapping.md should be linked in README.md as one of the first section. I think addition of type guards would be useful. They are not hard, but it's better to have...
I'm not sure that I like the idea. I have following reasons: - The semantic isn't clear. Is `null` converted to and handled as an empty array? - What's about...
> I know lodash works with falsy input. ... and mutates passed objects. Two of the reasons why lodash shouldn't be used :) > Like, what should R.clone(null) do -...
From my point of view, the version doesn't matter. It doesn't tell anything about maturity, features or about whatever. For example, nginx stuck around 10 years 0.x and, well, it...