0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli/js
Marvin Hagemeister 3a1f3455b0
feat(unstable): lint plugins support field selectors (#28324)
This PR adds support for field selectors (`.<field>`) in the lint plugin
API. This is supported in ESLint as well, but was missing in our
implementation.

```css
/* Only search the test expression of an IfStatement */
IfStatement.test
```

Fixes https://github.com/denoland/deno/issues/28314
2025-02-28 15:10:02 +01:00
..
40_bench.js feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
40_jupyter.js feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
40_lint.js feat(unstable): lint plugins support field selectors (#28324) 2025-02-28 15:10:02 +01:00
40_lint_selector.js feat(unstable): lint plugins support field selectors (#28324) 2025-02-28 15:10:02 +01:00
40_lint_types.d.ts feat(unstable): lint plugins support field selectors (#28324) 2025-02-28 15:10:02 +01:00
40_test.js feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
40_test_common.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00