strager
strager
This would benefit a lot from #874 to avoid duplicate diagnostics.
Relatedly, 'declare module "name"' requires *no* 'export' or 'import' anywhere in the file.
Idea for the logic for when to report the warning: 1. Found a `(` or `[` in `parse_expression_remainder` 2. `(` or `[` has a leading newline 3. The `(`'s or...
We need to make sure that a semicolon is legal before reporting the warning. In the following example, a semicolon is not legal before `(y)` or `[z]`, so we should...
> I am not able to understand what is asked here to be done exactly? Create a new diagnostic in quick-lint-js' parser. Docs: https://quick-lint-js.com/contribute/create-diagnostic/ I think this is the relevant...
@Deep642 Do you need help with implementing this feature?
> Is this a good starter bug I think yes. > can I claim it Sure! > I may need some help along the way. I'm in the middle of...
> I am writing a new diagnostic that will detect when to throw the error OR I am adjusting the diagnostic mentioned here? Yes, both. You will need to make...
> I was using the online chat to get some help Yup! I saw your messages, but I wasn't available when you were chatting. I now have stable internet access,...
@alyssaperkins Do you need any help?