Raphael von der Grün

Results 31 issues of Raphael von der Grün

# Feature Request ## Motivation Behind Feature This would allow us to just set the environments we want to support in the Babel config and stop worrying about which JS...

enhancement

Because we do not need it there

enhancement

### Motivation and Context Reduce (unused) code. ### Description - Remove unused stuff from `browser_parser` - Inline remaining two methods from `browser_parser` into `Api` This removes the property `parser` from...

enhancement

We have to do this top down in our dependency graph. That way, we always can release each package without risking to break any of its consumers that rely on...

enhancement

# Feature Request ## Motivation Behind Feature This would make it easier to enforce consistency in our code style while allowing for controlled refinement of it at the same time....

enhancement

Using the `async` keyword ensures that a function will **always** return a Promise. Previously this was achieved by wrapping the function body in `return Promise.resolve().then(…)` which has a very slight...

enhancement
hacktoberfest

Once we have CI (#115)

Should only be done once we have some tests (#114), so as not to give a wrong sense of security.

This module is virtually untested right now.

Would there be interest in a rule that enforces that test function bodies always be blocks? ```js // BAD: Test function bodies should always be blocks (at 1:38) it('should always...

enhancement