mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
![]() 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 |
||
---|---|---|
.. | ||
40_bench.js | ||
40_jupyter.js | ||
40_lint.js | ||
40_lint_selector.js | ||
40_lint_types.d.ts | ||
40_test.js | ||
40_test_common.js |