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
/
session.rs
Age
Commit message (
Expand
)
Author
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-31
perf: update deno_ast to 0.41 (#24819)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-10
fix: memory leak when transpiling (#24490)
Bartek Iwańczuk
2024-06-17
fix(repl): prevent panic when deleting globalThis.closed property (#24014)
safaa-mojahed
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-04-30
feat(cli): add support for jsxImportSourceTypes (#23419)
Luca Casonato
2024-04-23
fix(cli): Don't panic on invalid emit options (#23463)
Nathan Whitaker
2024-04-19
perf(lsp): cleanup document dependencies (#23426)
Nayeem Rahman
2024-04-17
fix(publish): support import equals (#23421)
Luca Casonato
2024-04-16
fix(cli): TestEventSender should be !Clone (#23405)
Matt Mastracci
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-03-26
fix(cli): output more detailed information for steps when using JUnit reporte...
Yusuke Tanaka
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-24
feat: TC39 decorator proposal support (#22040)
Bartek Iwańczuk
2024-01-23
chore: update deno_ast and deno_graph (#22033)
Bartek Iwańczuk
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-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-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-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-06-06
fix(repl): correctly print string exception (#19391)
sigmaSd
2023-05-22
fix(npm): store npm binary command resolution in lockfile (#19219)
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-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-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-15
fix(repl): do not panic deleting `Deno` or deleting all its properties (#18211)
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
[next]