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
/
lsp
/
testing
/
execution.rs
Age
Commit message (
Expand
)
Author
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2022-08-10
fix(permissions): ignore empty values (#15447)
Leo Kettmeir
2022-08-04
fix(test): output parallel test results independently (#15399)
Nayeem Rahman
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-07-11
refactor: rename run_basic to run_local (#15068)
cuobiezi
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-24
fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...
Bartek Iwańczuk
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-09
feat(test): Represent uncaught errors (#14513)
Nayeem Rahman
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-27
fix: `deno task` forward double hyphen (#14419)
David Sherret
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-18
feat(test): skip internal stack frames for errors (#14302)
Bartek Iwańczuk
2022-04-16
feat(test): use structured data for JavaScript errors in tests (#14287)
Bartek Iwańczuk
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
2022-04-03
refactor(lsp): migrate from lspower back to tower-lsp (#14163)
Jason
2022-03-30
feat(lsp): add experimental testing API (#13798)
Kitson Kelly