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
/
tests
/
integration
/
repl_tests.rs
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-24
feat: TC39 decorator proposal support (#22040)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-11-22
fix: 'Promise was collected' error in REPL/jupyter (#21272)
Bartek Iwańczuk
2023-11-17
chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)
David Sherret
2023-11-01
fix(repl): jsxImportSource was not working (#21049)
David Sherret
2023-11-01
feat(unstable): `deno run --env` (#20300)
Asher Gomez
2023-11-01
fix(repl): support transforming JSX/TSX (#20695)
Bartek Iwańczuk
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-06-13
chore(repl): mark some tests as flaky (#19475)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-06
fix(repl): correctly print string exception (#19391)
sigmaSd
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-28
fix(repl): don't panic on undefined exception (#18888)
Nayeem Rahman
2023-04-27
fix(repl): print unhandled rejections and event errors (#18878)
Nayeem Rahman
2023-04-01
fix(repl): disable language server document preloading in the repl (#18543)
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-29
chore: fix flaky pty_internal_repl (#18486)
David Sherret
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-16
fix(repl): Hide indexable properties in tab completion (#18141)
Roy Li
2023-03-17
feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)
Nick Hanley
2023-03-15
fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)
David Sherret
2023-03-07
chore(tests): use temp dir in test `missing_deno_dir` (#18057)
Nick Hanley
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-05
fix(ext/console): log class for class constructor (#17615)
Gasman
2023-02-01
fix(repl): handle @types/node not being cached in the repl (#17617)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-02
fix(cli/repl): await Promise.any([])... (#15623)
Jason
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-07-13
chore: fix pty_complete_imports test on linux/mac (#15191)
David Sherret
2022-07-12
fix(repl): do not panic for import completions when the import specifier is e...
David Sherret
2022-07-12
chore: fix repl::pty_emoji test on linux (#15166)
David Sherret
2022-06-21
chore(test_util): add new string assertion macros (#14928)
David Sherret
2022-06-20
fix(repl): accept tab when previous character is whitespace (#14898)
sigmaSd
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-11
fix: stdout and stderr encoding on Windows (#14559)
David Sherret
2022-04-26
chore: fix pty_complete_imports test (#14400)
David Sherret
2022-04-22
chore(tests): fix pty_clear_function on Windows (#14364)
David Sherret
2022-04-20
feat(repl): add global clear() function (#14332)
Colin Ihrig
2022-04-20
feat(repl): add "--eval-file" flag to execute a script file on startup (#14247)
Naju Mancheril
2022-04-08
fix: upgrade to swc_ecmascript 0.143 (#14238)
David Sherret
[next]