Marco Roth
Marco Roth
Currently we don't detect if a class/module defines an alias. Example: https://gem.sh/gems/racc/v1.7.1/class/Array
There are gems which are meant to be used with each other, either because the extend or build on top of another gem. There should be a way to configure/relate...
The current landing page was just a placeholder for the hackathon. We should think about how we can better portray what gem.sh offers and how the future of gem documentation...
| **Before** | **After** | | --- | --- | |  |  | Fixes #281
We should provide a code action to resolve the diagnostic introduced in #273 to remove the empty definition.
We should add a warning diagnostic if any of the following definitions is seen. ```js export default class extends Controller { static values = {} static targets = [] static...