Coridyn

Results 7 issues of Coridyn

### What Removed the destructuring assignment from inside the `wrapMathcers()` loop that was significantly slowing down tests when using this library. ### Why Fixes #24 - create and return a...

### What Feature: allow the `customMessage` parameter to be passed a function as well as a string ``` // Original (and still supported) expect(value, `custom message string`).toBe(actual); // New: allow...

eval "$(/opt/homebrew/bin/brew shellenv)"

enhancement

Hi ulion, Thanks for maintaining this library, it's been a great help. I've been working with jsonform but keep running into problems with the original library. I'd like to make...

Allow comments under the root element to be parsed. This allows parsing content like this: ``` html2json('') ```

**Issue** Steep raises an error when it encounters the definition for a "proc with an untyped parameter" Running Ruby 3.3.0 and Steep 1.7.1 **Steps to reproduce** 1. Define this proc...

**Here is a reproduction repo:** https://github.com/Coridyn/steep-proc-type-error With this implementation and rbs file: **Actual behaviour** The parameter gets a type of `nil` and fails type checking on property accesses. **Expected behaviour**...