deno/cli/tools/lint/ast_buffer
Marvin Hagemeister be73f11f83
fix(unstable): lint plugin !== wrongly parsed as != (#28403)
That's an emberassing typo. The `!==` operator was wrongly converted to
`!=`.

Fixes https://github.com/denoland/deno/issues/28397
2025-03-05 20:14:50 +00:00
..
buffer.rs feat(unstable): align lint ast with TSEStree (#27996) 2025-02-06 21:45:56 +01:00
mod.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
swc.rs fix(unstable): lint plugin !== wrongly parsed as != (#28403) 2025-03-05 20:14:50 +00:00
ts_estree.rs feat(unstable): add js lint plugin source code helpers (#28065) 2025-02-13 13:19:55 +01:00