summaryrefslogtreecommitdiff
path: root/cli/tools/repl
AgeCommit message (Expand)Author
2023-09-11chore: update inner #\![allow] to #[allow] (#20463)Matt Mastracci
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-02fix(repl): highlight from ident in import from or export from (#20023)await-ovo
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-06fix(repl): correctly print string exception (#19391)sigmaSd
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-30refactor(cli): remove `Clone` on `ProcState` (#18874)David Sherret
2023-04-28fix(repl): don't panic on undefined exception (#18888)Nayeem Rahman
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27refactor(cli): extract out ProcState from CliMainWorker (#18867)David Sherret
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk
2023-03-20refactor(ext/node): make initialization functions sync (#18282)Bartek Iwańczuk
2023-03-16fix(repl): Hide indexable properties in tab completion (#18141)Roy Li
2023-03-17feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)Nick Hanley
2023-03-15fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)David Sherret
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-13refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)Bartek Iwańczuk
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-10refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713)Bartek Iwańczuk
2023-02-01fix(repl): handle @types/node not being cached in the repl (#17617)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-16fix(repl): improve validator to mark more code as incomplete (#17443)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-13refactor(cli/tools): reduce cloning (#17309)Geert-Jan Zwiers
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
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(repl): doing two history searches exiting with ctrl+c should not exit rep...sigmaSd
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