Michael Landis

Results 3 issues of Michael Landis

The fix from issue #259 turned `index.d.ts` from a global file to a module. This erases visibility to the `declare namespace jest` code and visibility to `toHaveStyleSheet`. Because of this,...

When using `parser.pause()`/`parser.resume()`, after resuming the parser, trailing empty cells in the row returned by `step` have `"_1"`, `"_2"`, `"_3"` etc. instead of empty cells. Thereafter, parsing appears to hit...

Fixes issue #985. Previously, headers were created in `ParseHandle`'s `processResults()`, but also managed by `Parser.parse()` when `baseIndex` was falsy. When headers were requested and `baseIndex` was false, `parse()` would modify...