0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/tools
Marvin Hagemeister b696362efc fix(lint): plugins ignored when no rust rule active (#28269)
When all Rust-based rules where filtered out we were bailing out early
instead of checking if there are plugin rules we need to run. This meant
we errored out with a "No lint rules to run" message, even though plugin
rules were active.

Fixes https://github.com/denoland/deno/issues/28267
2025-02-25 11:03:28 +05:30
..
bench fix(install): don't error on unknown media types in install (#28234) 2025-02-25 11:03:28 +05:30
coverage refactor(coverage): simplify CoverageReporter trait (#28219) 2025-02-25 11:03:28 +05:30
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init fix(init): force --reload if npm or jsr package (#28150) 2025-02-18 13:43:32 +01:00
jupyter refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
lint fix(lint): plugins ignored when no rust rule active (#28269) 2025-02-25 11:03:28 +05:30
pm refactor: separate publish from pm subcommands (#28237) 2025-02-25 11:03:28 +05:30
publish fix(config): allow specifying absolute path for patch and fix panic with exports in package.json (#28279) 2025-02-25 11:03:28 +05:30
repl refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
run refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
test fix(install): don't error on unknown media types in install (#28234) 2025-02-25 11:03:28 +05:30
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-25 11:03:28 +05:30
clean.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
compile.rs fix(compile): never include the specified output executable in itself (#27877) 2025-02-06 23:23:10 +00:00
doc.rs fix(lint): update deno_lint (#28271) 2025-02-25 11:03:28 +05:30
fmt.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
info.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
installer.rs refactor: separate publish from pm subcommands (#28237) 2025-02-25 11:03:28 +05:30
mod.rs refactor: separate publish from pm subcommands (#28237) 2025-02-25 11:03:28 +05:30
serve.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
task.rs fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00