Cameron
Cameron
we already compute the correct placement on line 495 / 504 when we return the "new right" - [ ] Added an entry to `CHANGELOG.md` if this change could be...
**Description:** **Related issue (if exists):** #172
**Description:** fixes #220 **BREAKING CHANGE:** **Related issue (if exists):**
**Description:** **BREAKING CHANGE:** **Related issue (if exists):** #302
_Description of what's changed/fixed._ see title
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `@next/eslint-plugin-next`. There are...
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-jsdoc`. There are...
> [!WARNING] > This comment is maintained by CI. Do not edit this comment directly. > To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules This is tracking issue for `eslint-plugin-react`, `eslint-plugin-react-hooks`. There...
apologies if this is a duplicate given the following input: ``` const test = function hello(arg0) { } hello() ``` the second `hello` should be an unresolved reference. currently it's...