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
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-05
refactor(tools/repl): reorganize code (#21810)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-18
fix(repl): remove stray debug log (#21635)
Bartek Iwańczuk
2023-12-18
refactor: factor out cdp::ExceptionThrown notification (#21623)
Bartek Iwańczuk
2023-12-13
refactor(cli): update to new deno_core promise/call methods (#21519)
Matt Mastracci
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-06
chore: update rustyline to 13.0.0 (#21481)
Bartek Iwańczuk
2023-11-22
fix: 'Promise was collected' error in REPL/jupyter (#21272)
Bartek Iwańczuk
2023-11-05
refactor: unify CDP types in a single module (#21094)
Bartek Iwańczuk
2023-11-01
fix(repl): jsxImportSource was not working (#21049)
David Sherret
2023-11-01
feat: precompile JSX (#20962)
Bartek Iwańczuk
2023-11-01
fix(repl): support transforming JSX/TSX (#20695)
Bartek Iwańczuk
2023-10-24
refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)
David Sherret
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-16
feat: Add "deno jupyter" subcommand (#20337)
Bartek Iwańczuk
2023-09-11
chore: update inner #\![allow] to #[allow] (#20463)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-16
feat(ext/node): eagerly bootstrap node (#20153)
Matt Mastracci
2023-08-02
fix(repl): highlight from ident in import from or export from (#20023)
await-ovo
2023-07-13
chore: update to Rust 1.71 (#19822)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-06
fix(repl): correctly print string exception (#19391)
sigmaSd
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-30
refactor(cli): remove `Clone` on `ProcState` (#18874)
David Sherret
2023-04-28
fix(repl): don't panic on undefined exception (#18888)
Nayeem Rahman
2023-04-27
fix(repl): print unhandled rejections and event errors (#18878)
Nayeem Rahman
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
2023-03-20
refactor(ext/node): make initialization functions sync (#18282)
Bartek Iwańczuk
2023-03-16
fix(repl): Hide indexable properties in tab completion (#18141)
Roy Li
2023-03-17
feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)
Nick Hanley
2023-03-15
fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)
David Sherret
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-15
feat: wire up ext/node to the Node compatibility layer (#17785)
Bartek Iwańczuk
[next]