Results 15 issues of Gurwinder Singh

We produce a not-so-great error for incomplete tuple variant derive. ``` use defaults::Defaults; #[derive(Defaults)] #[def = "Foo::A"] enum Foo { A(usize), B, } ``` But it's mostly how rustc generates...

help wanted

### Scope Improves an existing behavior ### Compatibility - [x] This is a breaking change ### Feature description Remove deprecated `MockedRequest.body` and cleanup after few releases with deprecation. https://github.com/mswjs/msw/issues/1302#issuecomment-1173722395

feature
BREAKING CHANGE

Implements: * https://github.com/rome/tools/issues/3360 ## Summary Support prefer-numeric-literals lint rule ## Test Plan added unit tests for lint.

## Summary improve yield parsing in non generator function ## Test Plan Added tests cases.

L-JavaScript
A-parser

## Summary Fixes: * https://github.com/rome/tools/issues/2479 ## Test Plan Added unit tests for the scenarios.

### Environment information ```bash https://play.rome.tools/?code=if+%28%21a+%7C%7C+%21b+%7C%7C+%21c%29+%7B%0A++%2F%2F+foo%0A%7D&lineWidth=80&indentStyle=tab&quoteStyle=double&quoteProperties=as-needed&trailingComma=all&indentWidth=2&sourceType=module&enabledNurseryRules=true&typescript=false&jsx=false#aQBmACAAKAAhAGEAIAB8AHwAIAAhAGIAIAB8AHwAIAAhAGMAKQAgAHsACgAgACAALwAvACAAZgBvAG8ACgB9AA== ``` ### What happened? lint on the below code suggests bad fix: ```js if (!a || !b || !c) { // foo } ``` suggested:...

enhancement
S-Planned

## Summary Implements eslint's [`prefer-const`](https://eslint.org/docs/latest/rules/prefer-const). ## Test Plan Unit tests.

A-linter
L-JavaScript

## Summary Implement eslint's [`no-cond-assign`](https://eslint.org/docs/latest/rules/no-cond-assign) lint. ## Test Plan Added unit tests.

## Summary Implement eslint's [`no-unsafe-finally`](https://eslint.org/docs/latest/rules/no-unsafe-finally) lint ## Test Plan Unit tests added.

A-linter

## Summary Implement eslint's [`no-loss-of-precision`](https://eslint.org/docs/latest/rules/no-loss-of-precision) lint. ## Test Plan Added unit tests.

A-linter