Kevin Barabash

Results 76 issues of Kevin Barabash

Input: ``` var foo = function() { } function bar() { } ``` Output: ``` var foo = function() {} function bar() { } ``` Options: ``` { "preset": "default",...

enhancement
feature

The following code prints out `0..3` which means that `.padded()` includes the padding in the span of the output. ``` let parser = just::("5").padded().map_with_span(|_, s: Span| s); let result =...

I'm making heavy using of exact object types in a new project and would like to be able to use this awesome addon with that project.

We currently use `.not.toParse()` which doesn't actually provide any information about what the failure mode is. Switching to `toThrowErrorMatchingInlineSnapshot()` shouldn't be too much work. It's probably something that could be...

testing
good first issue

Add support for `\if`, `\fi`, `\ifx`, `\else`, `\ifmmode`. Not sure what other conditionals may be useful.

macro

We're not using codecov to generate code coverage reports. Some of the files in src/functions in particular have pretty low coverage. It would be good to increase our unit test...

help wanted
testing
good first issue

It seems like this shouldn't be too hard to do. We could either search for particular strings in the output or use jest's snapshot feature. Not sure what's the most...

testing

I'd like to be able to use the hooks support to upgrade a large number of simple components in my codebase.

help wanted
feature request

I noticed that TypeScript is mentioned in the README.md but not Flow. I assume that the omission means that Flow isn't supported, but wanted to double check.

feature request

I tried the "move to a new file" command on a component and while it moved the component, it didn't move the type definition for the component's props. Instead it...

feature request