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
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
2022-03-02
fix(repl): fix null eval result (#13804)
Yoshiya Hinosawa
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
chore(tests): remove pty_complete_imports test for deleting the cwd (#13164)
David Sherret
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-10-01
fix(repl): avoid panic when assigned to globalThis (#12273)
Yoshiya Hinosawa
2021-09-20
chore(tests): windows pty tests (#12091)
David Sherret
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-06
feat(repl): add --eval flag for evaluating code when the repl starts (#11590)
David Sherret
2021-08-06
feat(repl): support exports in the REPL (#11592)
David Sherret
2021-07-19
fix(repl): output error without hanging when input is invalid (#11426)
Ayato Tokubi
2021-07-14
chore(repl): fix integration test input to not throw parse errors (#11401)
Ayato Tokubi
2021-07-08
feat(repl): support autocomplete on declarations containing a primitive (#11325)
David Sherret
2021-07-06
fix(repl): do not panic when Deno.inspect throws (#11292)
Casper Beyer
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret