0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/tools
David Sherret adf461f0df
fix(task): support --frozen flag (#28094)
Supports `deno task --frozen=false some_task`, which is necessary
because with `"nodeModulesDir": "auto"` or `"global"` (the default with
no package.json) we do an auto-install of npm packages.

Closes https://github.com/denoland/deno/issues/28070
2025-02-13 13:22:15 +01:00
..
bench feat(bench): add --permit-no-files (#27048) 2025-02-03 16:18:09 +00:00
coverage fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
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): correct dev task for --lib (#27860) 2025-01-29 16:53:13 +00:00
jupyter refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
lint feat(unstable): add js lint plugin source code helpers (#28065) 2025-02-13 13:19:55 +01:00
registry fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
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 feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
check.rs fix: add hint to run with --no-check when type checking fails (#28091) 2025-02-13 10:54:52 +00:00
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(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
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 fix(install/global): warn about not including auto-discovered config file (#27745) 2025-01-27 14:18:27 -05:00
mod.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
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