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
/
tests
/
integration
Age
Commit message (
Expand
)
Author
2024-03-22
feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)
Asher Gomez
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
2024-03-21
refactor(lsp): factor out workspace walk from resolver update (#22937)
Nayeem Rahman
2024-03-15
fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...
Bartek Iwańczuk
2024-03-15
chore: move more tests away from itest (#22909)
David Sherret
2024-03-15
chore(lsp): add tests for compiler options being resolved relative the config...
David Sherret
2024-03-15
fix: handle cache body file not existing when using etag (#22931)
David Sherret
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-13
chore: rough first pass on spec tests (#22877)
David Sherret
2024-03-13
feat(node): implement fs.statfs() (#22862)
Nayeem Rahman
2024-03-11
fix(ext/node): Match punycode module behavior to node (#22847)
Nathan Whitaker
2024-03-09
fix(publish): regression - publishing with vendor folder (#22830)
David Sherret
2024-03-09
fix(node): require of pkg json imports was broken (#22821)
David Sherret
2024-03-08
fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)
David Sherret
2024-03-08
fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)
David Sherret
2024-03-08
fix(node): resolve .css files in npm packages when type checking (#22804)
David Sherret
2024-03-08
fix(publish): include explicitly specified .gitignored files and directories ...
David Sherret
2024-03-08
fix(publish): do not include .gitignore (#22789)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-08
fix: respect unstable "temporal" configuration in config file (#22134)
Bartek Iwańczuk
2024-03-07
fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
Bartek Iwańczuk
2024-03-07
fix(lsp): don't apply renames to remote modules (#22765)
Nayeem Rahman
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-03-04
fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...
David Sherret
2024-03-04
fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...
David Sherret
2024-03-04
feat(lsp): include registry url in jsr import hover text (#22676)
Nayeem Rahman
2024-03-04
chore: fix typos (#22677)
cui fliter
2024-03-04
feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)
Divy Srivastava
2024-03-01
fix(lsp): regression - caching in lsp broken when config with imports has com...
David Sherret
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
test(jsr): add tests for jsx files with and without pragmas (#22634)
Bartek Iwańczuk
2024-02-29
feat(publish): enable package provenance by default on github actions (#22635)
Divy Srivastava
2024-02-29
test(publish): adjust a test for .env files (#22595)
Bartek Iwańczuk
2024-02-29
fix(publish): print a warning when .jsx or .tsx is imported (#22631)
Bartek Iwańczuk
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)
Bartek Iwańczuk
2024-02-28
fix(jsr): do not allow importing a non-JSR url via unanalyzable dynamic impor...
David Sherret
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-28
fix(publish): error if there are uncommitted changes (#22613)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-27
chore: bump deno_core (#22596)
Matt Mastracci
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
[next]