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
/
tests
/
testdata
/
run
Age
Commit message (
Expand
)
Author
2022-10-20
feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)
Aapo Alasuutari
2022-10-20
perf(ext/ffi): Fast UnsafePointerView read functions (#16351)
Aapo Alasuutari
2022-10-19
feat: Add new lockfile format (#16349)
Bartek Iwańczuk
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-10-13
chore: Added onbeforeunload to window type definition (#16251)
Matt Ezell
2022-10-04
chore: remove 'fix_exotic_specifier' test (#16143)
Bartek Iwańczuk
2022-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-09-04
fix(cli): allow using file resource synchronously while being used async (#15...
David Sherret
2022-07-14
fix(cli): expand tsc roots when using checkJs (#15164)
Rafael Ávila de Espíndola
2022-07-13
fix(cli): synchronize async stdio/file reads and writes (#15092)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-05-13
feat: add --no-config flag (#14555)
Bartek Iwańczuk
2022-02-25
fix(cli): disable config discovery for remote script (#13745)
Yoshiya Hinosawa