0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/tools/lint
Marvin Hagemeister 4d95005c0d chore(lint): remove manual AST field counter (#27449)
Addresses the review feedback in
https://github.com/denoland/deno/pull/27416 .

- Hoist the buffer max size variable to make it less confusing
- Remove manual AST field counter in favour of an explicit "commit
schema" step which writes the actual field count.
2025-01-09 15:19:14 -05:00
..
ast_buffer chore(lint): remove manual AST field counter (#27449) 2025-01-09 15:19:14 -05:00
rules fix(node): correct resolution of dynamic import of esm from cjs (#27071) 2024-11-28 15:47:26 +01:00
linter.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
mod.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
reporters.rs feat(lint): Add checked files list to the JSON output(#26936) 2024-11-20 20:59:43 +01:00