Andrew Bradley
Andrew Bradley
The spec seems to say that anything after the plus does not count towards precedence. However, I would think that if someone types out the full version string, it should...
`typeof` is a reserved word. Even if there *is* a way to name a function `typeof` (is there?) I would not use it as an example in documentation.
Looks like the review feedback from a year ago was only addressed 10 minutes ago. Also might wanna take a look at #183
Check out relevant discussion in #183. Lots of community voices appeared to be opposed to realistic forms of adoption.
@murbanowicz How about we start off creating a fork, with the goal of eventually merging our changes back here if/when we're able to get maintainership access? We can open a...
@murbanowicz I've set up a fork repo with tests running: https://github.com/cspotcode/ts-mockito There's a PR to upgrade dependencies. Getting the tests passing should be our first order of business I think.
@mikeporterdev I think this means we should be helping to merge any missing features of this repo into that fork, so that we have a single version we can use...
@NagRock how about we create a few criteria for potential contributors? For example, @johanblumenberg has already created a fork, merged useful features and, and published the results, so they're a...
Adding to my previous comments, someone like me -- offered to help but has not done anything yet -- can be asked to work on a few PRs first, then...
@mikeporterdev first order of business is to make the tests pass here: https://github.com/cspotcode/ts-mockito/pull/2 Anyone who wants to work on that is free to make their own branch and PR from...