deno/cli/tools
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
..
bench chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
coverage refactor: handle deno_media_type having Html and Sql variants (#28495) 2025-03-15 00:19:08 +09:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
jupyter perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
lint fix(unstable): add missing decorators nodes in lint ast (#28834) 2025-04-10 17:49:05 +02:00
pm perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
publish refactor: handle deno_media_type having Html and Sql variants (#28495) 2025-03-15 00:19:08 +09:00
repl perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
run perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
test chore: upgrade v8 to 135.1.0 (#28697) 2025-04-04 18:52:19 +05:30
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
clean.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
compile.rs fix(compile): do not panic including node_modules directory (#28782) 2025-04-07 16:43:34 -07:00
doc.rs feat(unstable/run): ability to lazily load statically analyzable dynamic imports (#28593) 2025-03-25 11:38:45 -04:00
fmt.rs fix(fmt): use non-zero exit code when formatting fails (#28523) 2025-04-04 14:48:47 +01:00
info.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
installer.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
mod.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
serve.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
task.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00