0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/cli/tools/lint
Marvin Hagemeister 9bcbef6d2f
fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration (#28357)
The `source` and `exported` property were swapped for the
`ExportAllDeclaration` node.

Fixes one issue reported at
https://github.com/denoland/deno/issues/28355
2025-03-03 11:03:29 +01:00
..
ast_buffer fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration (#28357) 2025-03-03 11:03:29 +01:00
rules chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
linter.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
mod.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
plugins.rs fix(lint): run with --no-prompt (#28305) 2025-02-26 09:15:56 -05:00
reporters.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00