Brian Donovan

Results 13 issues of Brian Donovan

Hello 👋! My company (VotingWorks) is attempting to use the Airbnb JavaScript Style Guide and ran into a problem with Section 3.5, which says: > Group your shorthand properties at...

### Steps to reproduce ```js esprima.parse('', { jsx: true }) ``` ### Expected output ```jsonc // excludes location information for brevity { "type": "Program", "body": [ { "type": "ExpressionStatement", "expression":...

It's very engineer-y right now. Visual design isn't my strong suit. If anyone would like to help in any way with the website I'd really appreciate it!

decaffeinate is producing the wrong JavaScript based on my CoffeeScript input: ```coffee (args...) -> arg for arg in args ``` [repl](http://decaffeinate-project.org/repl/#?evaluate=false&stage=full&code=(args...)%20-%3E%20arg%20for%20arg%20in%20args) I get this output: ```js (...args) => Array.from(args).map((arg) =>...

enhancement

Making changes to coffee-lex or decaffeinate-parser can affect decaffeinate in ways that may not be entirely obvious. They have their own test suites, but they're not as complete as decaffeinate's...

enhancement

Rather than requiring a new cropped image, it would be nice if I could specify the search bounds if I have a larger image but I know roughly where the...

``` coffee (a) => a ``` should become ``` js a => a; ``` but actually becomes ``` js a => { return a; }; ```

enhancement

These all meant to use the possessive "its" rather than the contraction of "it is".

cla-signed

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I ran `cargo clippy` at the root of the Zed project and...

defect
triage
admin read