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-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-26
refactor(fmt): rewrite HTML syntax error handling (#25892)
Bartek Iwańczuk
2024-09-26
fix(info): move "version" field to top of json output (#25890)
David Sherret
2024-09-26
fix(doc): surface graph errors as warnings (#25888)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
David Sherret
2024-09-25
fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...
Nathan Whitaker
2024-09-25
feat(fmt): better error on malfored HTML files (#25853)
Bartek Iwańczuk
2024-09-24
fix(fmt): --check was broken for CSS, YAML and HTML (#25848)
Bartek Iwańczuk
2024-09-23
feat(fmt): support vto and njk extensions (#25831)
Óscar Otero
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-20
fix(coverage): ignore urls from doc testing (#25736)
Yoshiya Hinosawa
2024-09-19
fix: don't include extensionless files in file collection for lint & fmt by d...
Leo Kettmeir
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
feat: require jsr prefix for `deno install` and `deno add` (#25698)
Leo Kettmeir
2024-09-18
fix(flags): don't treat empty run command as task subcommand (#25708)
Leo Kettmeir
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-17
feat(fmt): sort type-only named import/exports last (#25690)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-15
fix(cli): `deno task` exit with status 0 (#25637)
Divy Srivastava
2024-09-14
feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)
David Sherret
2024-09-12
feat(upgrade): support LTS release channel (#25123)
David Sherret
2024-09-11
feat(upgrade): better error message on failure (#25503)
Bartek Iwańczuk
2024-09-10
fix: update malva in deno to support astro css comments (#25553)
HasanAlrimawi
2024-09-09
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Asher Gomez
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-09
fix(fmt): fix tabs in YAML (#25536)
Pig Fang
2024-09-09
BREAKING(fs): remove `Deno.fdatasync[Sync]()` (#25520)
Asher Gomez
2024-09-07
feat(add/install): Flag to add dev dependency to package.json (#25495)
Nathan Whitaker
2024-09-06
feat(add): Add npm packages to package.json if present (#25477)
Nathan Whitaker
2024-09-05
BREAKING: remove "emit" and "map" from deno info output (#25468)
David Sherret
2024-09-05
feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)
Bartek Iwańczuk
2024-09-05
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Asher Gomez
2024-09-05
BREAKING(fs): remove `Deno.seek[Sync]()` (#25449)
Asher Gomez
2024-09-05
feat: include version number in all --json based outputs (#25335)
Kamil Ogórek
2024-09-04
feat(install): deno install with entrypoint (#25411)
Nathan Whitaker
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-09-04
feat(add): strip package subpath when adding a package (#25419)
Bartek Iwańczuk
2024-09-04
BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412)
Asher Gomez
2024-09-04
BREAKING(fs): remove `Deno.fstat[Sync]()` (#25351)
Asher Gomez
2024-09-03
fix(install): recommend using `deno install -g` when using a single http url ...
Bartek Iwańczuk
2024-09-03
fix(task): correct name for scoped npm package binaries (#25390)
David Sherret
2024-09-03
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-09-03
BREAKING: remove `deno vendor` (#25343)
Asher Gomez
2024-09-02
fix(cli/tools): correct `deno init --serve` template behavior (#25318)
Coty
2024-09-02
BREAKING: remove `--allow-none` flag (#25337)
Asher Gomez
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
[next]