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.rs
Age
Commit message (
Expand
)
Author
2021-09-08
fix(cli): better handling of source maps (#11954)
Kitson Kelly
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-08-14
fix(cli/tools/repl): dont highlight candidate when completion is list (#11697)
Casper Beyer
2021-08-06
feat(repl): add --eval flag for evaluating code when the repl starts (#11590)
David Sherret
2021-08-06
refactor: make `ParsedModule` implement `Sync` (#11581)
David Sherret
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-19
fix(repl): output error without hanging when input is invalid (#11426)
Ayato Tokubi
2021-07-08
feat(repl): support autocomplete on declarations containing a primitive (#11325)
David Sherret
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-07-06
fix(repl): do not panic when Deno.inspect throws (#11292)
Casper Beyer
2021-06-29
chore: get rid of REPL timeout (#11175)
Bert Belder
2021-06-24
feat(repl): support import declarations in the REPL (#11086)
David Sherret
2021-06-22
feat(repl): show list completion (#11001)
Casper Beyer
2021-06-21
feat(repl): Type stripping in the REPL (#10934)
David Sherret
2021-06-15
fix(repl): Complete declarations (#10963)
David Sherret
2021-06-09
refactor(repl): Extract out structs for internal REPL code (#10915)
David Sherret
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk
2021-05-26
refactor: Rewrite Inspector implementation (#10725)
Bartek Iwańczuk
2021-02-21
fix(repl): filter out symbol candidates (#9555)
Casper Beyer
2021-02-08
refactor(cli/tools/repl): merge highlighter into helper (#9448)
Casper Beyer
2021-02-05
fix(repl): prevent symbol completion panic (#9400)
Casper Beyer
2021-01-13
Remove unnecessary boxing of tokio::time::Sleep (#9105)
Bert Belder
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-01
fix: higlight `async` and `of` in REPL (#8569)
Liam Murphy
2020-12-01
fix(repl): close calls sometimes prints results (#8558)
Casper Beyer
2020-11-27
refactor(repl): use SWC lexer to highlight and validate (#8496)
Liam Murphy
2020-11-26
refactor(cli): reorganize main.rs and split workers (#8495)
Bartek Iwańczuk
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk