1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 08:09:06 -05:00
denoland-deno/cli/tools/lint/ast_buffer
Marvin Hagemeister a844d96ee9
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.
2024-12-31 08:59:41 +01:00
..
buffer.rs chore(lint): remove manual AST field counter (#27449) 2024-12-31 08:59:41 +01:00
mod.rs feat(unstable): add JS linting plugin infrastructure (#27416) 2024-12-21 00:58:03 +01:00
swc.rs chore(lint): remove manual AST field counter (#27449) 2024-12-31 08:59:41 +01:00
ts_estree.rs chore(lint): remove manual AST field counter (#27449) 2024-12-31 08:59:41 +01:00