looks like somehow the attribute locations are nullish in your run. im not sure how that's possible 🤔
we can pretty easily account for that (which i may do anyway to be safe), but you shouldn't usually be able to end up in this situation... since source locations are generally always enabled. curious how it managed to do that
Detected 3 ESLint reports and/or crashes. Scanned 5817 repositories.
Rules:
lit/value-after-constraints
Click to expand
## Rule: lit/value-after-constraints - Message: `Cannot read property 'value' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/qtqa/gerrit/polygerrit-ui/app/elements/admin/gr-create-group-dialog/gr-create-group-dialog.ts:51 Rule: "lit/value-after-constraints"` - Path: `qtqa/gerrit/polygerrit-ui/app/elements/admin/gr-create-group-dialog/gr-create-group-dialog.ts` - [Link](https://github.com/qtqa/gerrit/blob/HEAD/polygerrit-ui/app/elements/admin/gr-create-group-dialog/gr-create-group-dialog.ts#L51) ```ts 49 | 50 | override render() { > 51 | return html` 52 |First crash of
eslint-plugin-lit
😮cc @43081j if you are interested, likely related to https://github.com/43081j/eslint-plugin-lit/pull/145.
well that's a fun one isn't it :D
looks like somehow the attribute locations are nullish in your run. im not sure how that's possible 🤔
we can pretty easily account for that (which i may do anyway to be safe), but you shouldn't usually be able to end up in this situation... since source locations are generally always enabled. curious how it managed to do that
Detected 9 ESLint reports and/or crashes. Scanned 6223 repositories.
Rules:
lit/value-after-constraints
Click to expand
## Rule: lit/value-after-constraints - Message: `Cannot read property 'value' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/js-works/js-cockpit/src/main/components/side-menu2/side-menu2.ts:49 Rule: "lit/value-after-constraints"` - Path: `js-works/js-cockpit/src/main/components/side-menu2/side-menu2.ts` - [Link](https://github.com/js-works/js-cockpit/blob/HEAD/src/main/components/side-menu2/side-menu2.ts#L49) ```ts 47 | }, 4000); 48 | > 49 | return html` 50 |