1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools
2024-10-25 19:58:28 +00:00
..
bench feat: default to TS for file extension and support ext flag in more scenarios (#25472) 2024-09-18 21:15:13 +02:00
coverage fix(coverage): ignore urls from doc testing (#25736) 2024-09-20 15:04:22 +09:00
init fix(cli/tools): correct deno init --serve template behavior (#25318) 2024-09-02 23:01:36 +00:00
jupyter fix(jupyter): fix panics for overslow subtraction (#26371) 2024-10-18 00:44:14 +02:00
lint refactor: extract out sloppy imports resolution from CLI crate (#25920) 2024-09-28 19:17:48 -04:00
registry fix(install): don't cache json exports of JSR packages (for now) (#26530) 2024-10-24 23:46:48 +00:00
repl feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
run feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
test feat: default to TS for file extension and support ext flag in more scenarios (#25472) 2024-09-18 21:15:13 +02:00
check.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
doc.rs fix: use tree-sitter for deno_doc (#26066) 2024-10-08 06:55:44 -07:00
fmt.rs fix(fmt): upgrade formatters (#26469) 2024-10-22 12:15:59 +02:00
info.rs fix(info): resolve workspace member mappings (#26350) 2024-10-18 21:45:05 +02:00
installer.rs fix(install): surface package.json dependency errors (#26023) 2024-10-04 07:52:00 +00:00
mod.rs BREAKING: remove deno vendor (#25343) 2024-09-03 17:00:57 +10:00
serve.rs feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
task.rs feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
upgrade.rs fix(upgrade): stop running deno lsp processes on windows before attempting to replace executable (#26542) 2024-10-25 19:58:28 +00:00