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
/
tools
/
repl
/
editor.rs
Age
Commit message (
Expand
)
Author
2022-08-10
feat(repl): add color to functions for syntax highlighting (#15434)
sigmaSd
2022-07-18
chore(repl): update rustyline to 10.0.0 (#15232)
sigmaSd
2022-06-22
fix(repl): use spaces for tab handler on windows (#14931)
sigmaSd
2022-06-21
chore: fix pty_tab_handler test on windows (#14927)
David Sherret
2022-06-20
fix(repl): accept tab when previous character is whitespace (#14898)
sigmaSd
2022-06-15
feat(repl): Add key binding to force a new line (#14536)
sigmaSd
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-04-08
fix: upgrade to swc_ecmascript 0.143 (#14238)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
2022-01-31
Revert "refactor: factor out CDP message types (#13501)" (#13540)
Bartek Iwańczuk
2022-01-27
refactor: factor out CDP message types (#13501)
Leo Kettmeir
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-18
refactor(repl): factor out ReplEditor and ReplSession (#13131)
Bartek Iwańczuk