Angus Morrison
Results
2
issues of
Angus Morrison
I'm trying to use Solargraph for a Rails project in which a method that has been added to `Gem::Specification` with `class_eval` is called in a `gemspec` file. Solargraph fails to...
Hound is throwing up TypeScript parsing errors for the optional chaining operator, `?.`, which was added in TypeScript 3.7. For example: ``` wrapper?.update() // => Parsing error: Expression expected ```...