summaryrefslogtreecommitdiff
path: root/cli/tools/repl/session.rs
AgeCommit message (Expand)Author
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-16refactor(core): allow to listen for notifications in LocalInspectorSession (#...Bartek Iwańczuk
2022-12-16fix(repl): errors shouldn't terminate repl (#17082)Bartek Iwańczuk
2022-12-13feat(repl): support npm packages (#16770)Bartek Iwańczuk
2022-11-26fix(inspector): send "isDefault" in aux data (#16836)Bartek Iwańczuk
2022-11-25refactor: move cdp.rs to tools/repl (#16821)David Sherret
2022-09-02fix(cli/repl): await Promise.any([])... (#15623)Jason
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-13chore: update to rust 1.60.0 & update Cargo.lock (#14260)Luca Casonato
2022-04-20feat(repl): add global clear() function (#14332)Colin Ihrig
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2022-01-31Revert "refactor: factor out CDP message types (#13501)" (#13540)Bartek Iwańczuk
2022-01-27refactor: factor out CDP message types (#13501)Leo Kettmeir
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-18refactor(repl): factor out ReplEditor and ReplSession (#13131)Bartek Iwańczuk