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
/
util
/
server
/
src
Age
Commit message (
Expand
)
Author
2024-04-23
test: add private npm registry (#23510)
Bartek Iwańczuk
2024-04-16
chore(lsp): Add benchmark for performance on a large real-world repo (#23395)
Nathan Whitaker
2024-04-11
fix(npm): local nodeModulesDir was sometimes resolving duplicates of same pac...
David Sherret
2024-04-05
perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)
David Sherret
2024-04-05
fix(lsp): respect DENO_FUTURE for BYONM config (#23207)
Nayeem Rahman
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-04-02
fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
Matt Mastracci
2024-04-01
fix: prevent cache db errors when deno_dir not exists (#23168)
David Sherret
2024-03-15
chore(lsp): add tests for compiler options being resolved relative the config...
David Sherret
2024-03-14
fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)
guangwu
2024-03-13
chore: improve spec tests output (#22908)
David Sherret
2024-03-13
chore: rough first pass on spec tests (#22877)
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-08
chore(test): add [WILDCHARS(x)] and [WILDLINE] (#22803)
David Sherret
2024-03-07
fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
Bartek Iwańczuk
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
feat(publish): enable package provenance by default on github actions (#22635)
Divy Srivastava
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-23
feat: infer dependencies from package.json (#22563)
Marvin Hagemeister
2024-02-22
chore: Add `timeout!` macro to `test_util` (#22539)
Matt Mastracci
2024-02-21
Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...
Bartek Iwańczuk
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-20
chore: fix flaky lsp_vendor_dir (#22483)
David Sherret
2024-02-19
chore: move `test_util` to `tests/util/server` (#22444)
Asher Gomez