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