summaryrefslogtreecommitdiff
path: root/cli/tools/repl.rs
AgeCommit message (Expand)Author
2021-06-24feat(repl): support import declarations in the REPL (#11086)David Sherret
2021-06-22feat(repl): show list completion (#11001)Casper Beyer
2021-06-21feat(repl): Type stripping in the REPL (#10934)David Sherret
2021-06-15fix(repl): Complete declarations (#10963)David Sherret
2021-06-09refactor(repl): Extract out structs for internal REPL code (#10915)David Sherret
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-02-21fix(repl): filter out symbol candidates (#9555)Casper Beyer
2021-02-08refactor(cli/tools/repl): merge highlighter into helper (#9448)Casper Beyer
2021-02-05fix(repl): prevent symbol completion panic (#9400)Casper Beyer
2021-01-13Remove unnecessary boxing of tokio::time::Sleep (#9105)Bert Belder
2021-01-11upgrade: tokio 1.0 (#8779)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-12-01fix: higlight `async` and `of` in REPL (#8569)Liam Murphy
2020-12-01fix(repl): close calls sometimes prints results (#8558)Casper Beyer
2020-11-27refactor(repl): use SWC lexer to highlight and validate (#8496)Liam Murphy
2020-11-26refactor(cli): reorganize main.rs and split workers (#8495)Bartek Iwańczuk
2020-11-25add canary versioning (#8480)crowlKats
2020-11-19refactor(cli): move tooling to cli/tools/ (#8424)Bartek Iwańczuk