deno/cli/tools/lint/ast_buffer
Marvin Hagemeister ac5c6018a8
fix(unstable): add missing decorators nodes in lint ast (#28834)
Support for decorators in the lint plugin AST was a bit half baked. This
PR goes through all the places where decorators can be set in TS and
supports these.

Fixes https://github.com/denoland/deno/issues/28830
2025-04-10 17:49:05 +02:00
..
buffer.rs fix(unstable): add missing decorators nodes in lint ast (#28834) 2025-04-10 17:49:05 +02:00
mod.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
swc.rs fix(unstable): add missing decorators nodes in lint ast (#28834) 2025-04-10 17:49:05 +02:00
ts_estree.rs fix(unstable): add missing decorators nodes in lint ast (#28834) 2025-04-10 17:49:05 +02:00