summaryrefslogtreecommitdiff
path: root/cli/tools/repl/session.rs
AgeCommit message (Expand)Author
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-08-20feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)Hajime-san
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-07-31perf: update deno_ast to 0.41 (#24819)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-10fix: memory leak when transpiling (#24490)Bartek Iwańczuk
2024-06-17fix(repl): prevent panic when deleting globalThis.closed property (#24014)safaa-mojahed
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-23fix(cli): Don't panic on invalid emit options (#23463)Nathan Whitaker
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-02-23refactor(cli): clean up test runner channels (#22422)Matt Mastracci
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)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-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-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-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-06-06fix(repl): correctly print string exception (#19391)sigmaSd
2023-05-22fix(npm): store npm binary command resolution in lockfile (#19219)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-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
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-15fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)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