0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 23:31:24 -05:00
denoland-deno/cli/tools/lint/ast_buffer
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
..
buffer.rs chore(lint): remove manual AST field counter (#27449) 2025-01-09 15:19:14 -05:00
mod.rs feat(unstable): add JS linting plugin infrastructure (#27416) 2025-01-09 15:19:12 -05:00
swc.rs chore(lint): remove manual AST field counter (#27449) 2025-01-09 15:19:14 -05:00
ts_estree.rs chore(lint): remove manual AST field counter (#27449) 2025-01-09 15:19:14 -05:00