summaryrefslogtreecommitdiff
path: root/cli/tools/repl
AgeCommit message (Expand)Author
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-19perf(lsp): cleanup document dependencies (#23426)Nayeem Rahman
2024-04-17fix(publish): support import equals (#23421)Luca Casonato
2024-04-16fix(cli): TestEventSender should be !Clone (#23405)Matt Mastracci
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-26fix(cli): output more detailed information for steps when using JUnit reporte...Yusuke Tanaka
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-04chore: fix typos (#22677)cui fliter
2024-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-24feat: TC39 decorator proposal support (#22040)Bartek Iwańczuk
2024-01-23chore: update deno_ast and deno_graph (#22033)Bartek Iwańczuk
2024-01-09fix: update deno_lint and swc (#21718)Bartek Iwańczuk
2024-01-05refactor(tools/repl): reorganize code (#21810)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-18fix(repl): remove stray debug log (#21635)Bartek Iwańczuk
2023-12-18refactor: factor out cdp::ExceptionThrown notification (#21623)Bartek Iwańczuk
2023-12-13refactor(cli): update to new deno_core promise/call methods (#21519)Matt Mastracci
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-06chore: update rustyline to 13.0.0 (#21481)Bartek Iwańczuk
2023-11-22fix: 'Promise was collected' error in REPL/jupyter (#21272)Bartek Iwańczuk
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-11-01fix(repl): jsxImportSource was not working (#21049)David Sherret
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-11-01fix(repl): support transforming JSX/TSX (#20695)Bartek Iwańczuk
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-05feat(jupyter): support Deno.test() (#20778)Nayeem Rahman
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
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