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
/
tools
Age
Commit message (
Expand
)
Author
2024-11-20
review
HEAD
main
Bartek Iwańczuk
2024-11-20
Merge branch 'main' into haturatu/main
Bartek Iwańczuk
2024-11-20
dedup, rename, fix tests
Bartek Iwańczuk
2024-11-19
feat(compile): ability to embed local data files (#26934)
David Sherret
2024-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-20
Merge branch 'denoland:main' into main
haturau
2024-11-19
feat(task): dependencies (#26467)
David Sherret
2024-11-18
feat: fmt and lint respect .gitignore file (#26897)
Bartek Iwańczuk
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-13
fix(fmt): error instead of panic on unstable format (#26859)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
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-08
fix(install): cache jsr deps from all workspace config files (#26779)
Nathan Whitaker
2024-11-06
fix(fmt): don't use self-closing tags in HTML (#26754)
Bartek Iwańczuk
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-04
fix(fmt): ignore file directive for YAML files (#26717)
Bartek Iwańczuk
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-11-01
fix(add): only add npm deps to package.json if it's at least as close as deno...
Nathan Whitaker
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(cli): set `npm_config_user_agent` when running npm packages or tasks (#26...
Nathan Whitaker
2024-10-31
fix(coverage): exclude comment lines from coverage reports (#25939)
Taku Amano
2024-10-30
fix(serve): support serve hmr (#26078)
HasanAlrimawi
2024-10-29
refactor(init): inline routing in deno init --serve template (#26595)
Yoshiya Hinosawa
2024-10-26
perf: pass transpiled module to deno_core as known string (#26555)
David Sherret
2024-10-25
fix(install): cache json exports of JSR packages (#26552)
Nathan Whitaker
2024-10-25
fix(upgrade): stop running `deno lsp` processes on windows before attempting ...
David Sherret
2024-10-24
fix(install): don't cache json exports of JSR packages (for now) (#26530)
Nathan Whitaker
2024-10-24
perf(compile): pass module source data from binary directly to v8 (#26494)
David Sherret
2024-10-24
fix: `.npmrc` settings not being passed to install/add command (#26473)
Marvin Hagemeister
2024-10-23
fix(install): cache all exports of JSR packages listed in `deno.json` (#26501)
Nathan Whitaker
2024-10-22
fix(fmt): upgrade formatters (#26469)
Pig Fang
2024-10-22
fix(install): update lockfile when using package.json (#26458)
Bartek Iwańczuk
2024-10-21
fix(install): better json editing (#26450)
David Sherret
2024-10-18
fix(info): resolve workspace member mappings (#26350)
Marvin Hagemeister
2024-10-18
fix(jupyter): fix panics for overslow subtraction (#26371)
Bartek Iwańczuk
2024-10-17
fix(install): don't attempt to cache specifiers that point to directories (#2...
Nathan Whitaker
2024-10-17
fix(jupyter): update to the new logo (#26353)
Jeremy Tuloup
2024-10-16
fix(add): exact version should not have range `^` specifier (#26302)
Marvin Hagemeister
2024-10-16
fix(jupyter): copy kernels icons to the kernel directory (#26084)
Jeremy Tuloup
2024-10-16
fix(cli): consolidate pkg parser for install & remove (#26298)
Satya Rohith
2024-10-15
fix(install): retry downloads of registry info / tarballs (#26278)
Nathan Whitaker
2024-10-15
fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)
Nathan Whitaker
2024-10-14
feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...
David Sherret
2024-10-14
fix(install): support installing npm package with alias (#26246)
David Sherret
[next]