summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-14fix: otel resiliency (#26857)snek
2024-11-10Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)Divy Srivastava
2024-11-09perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)Bartek Iwańczuk
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-24feat: support node-api in denort (#26389)snek
2024-10-16chore: add dhat feature (#26285)David Sherret
2024-10-15refactor: always apply hint when formatting JsError (#26252)Bartek Iwańczuk
2024-10-07feat(lsp): add a message when someone runs 'deno lsp' manually (#26051)Bartek Iwańczuk
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-01feat: Add suggestion for packages using Node-API addons (#25975)Bartek Iwańczuk
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-23feat: Show hints when using `window` global (#25805)Bartek Iwańczuk
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-17chore: upgrade deno_core (#25674)Bartek Iwańczuk
2024-09-16chore: remove `warnOnDeprecatedApi()` (#25673)Asher Gomez
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-09feat: Add better error messages for unstable APIs (#25519)Bartek Iwańczuk
2024-09-05fix: add suggestion how to fix importing CJS module (#21764)Bartek Iwańczuk
2024-09-05feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)Bartek Iwańczuk
2024-09-04feat(install): deno install with entrypoint (#25411)Nathan Whitaker
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-21feat(flags): improve help output and make `deno run` list tasks (#25108)Leo Kettmeir
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-18fix: clean up flag help output (#24686)Luca Casonato
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)Bartek Iwańczuk
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-08-12feat: deno remove (#24952)David Sherret
2024-08-12feat: better help output (#24958)Leo Kettmeir
2024-08-09fix(add): Better error message when missing npm specifier (#24970)Nathan Whitaker
2024-08-08feat: deno clean (#24950)David Sherret
2024-08-06feat: deno run <task> (#24891)Satya Rohith
2024-08-01fix: regressions around Error.prepareStackTrace (#24839)Bartek Iwańczuk
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23Revert "chore: move all node-api impl to ext (#24662)" (#24680)Bartek Iwańczuk
2024-07-22chore: move all node-api impl to ext (#24662)snek
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09fix: panic when piping "deno help" or "deno --version" (#22917)muddlebee
2024-07-09fix: only use maglev in DENO_FUTURE for now (#24485)snek
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-26chore(cli): remove extract_standalone path from CLI (#23982)Divy Srivastava
2024-05-23feat(cli/test): `deno test --clean` (#23519)Asher Gomez
2024-05-21chore: force import assertion support (#23855)Bartek Iwańczuk