Mohammed
Mohammed
DDeno
Created by Mohammed on 3/22/2025 in #help
Confusing linting
Getting the following warning: deno-ts: This member must have an 'override' modifier because it overrides a member in the base class 'the class name' Then I add the override: deno-ts: This member cannot have an 'override' modifier because it's containing class 'the class name' does not extend another class No idea what to do here. I'm definitely overriding methods so the first warning should be correct
3 replies
DDeno
Created by Mohammed on 9/29/2024 in #help
How to specify unstable fmt options?
I'm a bit confused where to specify these options? I wasn't able to trigger any autocomplete suggestions. Should it go into fmt.unstable.component or into unstable directly? Or somewhere else?
7 replies