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
Age
Commit message (
Expand
)
Author
2023-02-10
refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)
Bartek Iwańczuk
2023-02-01
fix(repl): handle @types/node not being cached in the repl (#17617)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-16
fix(repl): improve validator to mark more code as incomplete (#17443)
David Sherret
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-16
fix(repl): doing two history searches exiting with ctrl+c should not exit rep...
sigmaSd
2022-12-16
fix(npm): fix require resolution if using --node-modules-dir (#17087)
Bartek Iwańczuk
2022-12-16
refactor(core): allow to listen for notifications in LocalInspectorSession (#...
Bartek Iwańczuk
2022-12-16
fix(repl): errors shouldn't terminate repl (#17082)
Bartek Iwańczuk
2022-12-13
feat(repl): support npm packages (#16770)
Bartek Iwańczuk
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret
2022-12-07
feat(repl): run "deno repl" with no permissions (#16795)
Bartek Iwańczuk
2022-11-30
fix(repl): respect --quiet flag (#16875)
Bartek Iwańczuk
2022-11-26
fix(inspector): send "isDefault" in aux data (#16836)
Bartek Iwańczuk
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-25
refactor: move cdp.rs to tools/repl (#16821)
David Sherret
2022-11-25
fix(repl): more reliable history handling (#16797)
Bartek Iwańczuk
2022-09-22
feat: allow exiting on two consecutive ctrl+c presses (#15981)
Kayla Washburn
2022-09-02
fix(cli/repl): await Promise.any([])... (#15623)
Jason
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-05-13
chore: update to rust 1.60.0 & update Cargo.lock (#14260)
Luca Casonato
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-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-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
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
2021-12-15
feat: REPL import specifier auto-completions (#13078)
David Sherret
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-12-08
fix: upgrade swc fixing many bundling and `--no-check` bugs (#13025)
David Sherret
2021-11-25
refactor(repl): move rustyline sync channel communication into struct (#12900)
David Sherret