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
/
js
/
tests
/
files_test.ts
Age
Commit message (
Expand
)
Author
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl
2020-04-28
BREAKING: Remove Deno.EOF, use null instead (#4953)
Nayeem Rahman
2020-04-28
BREAKING: Use LLVM target triple for Deno.build (#4948)
Ryan Dahl
2020-04-28
refactor: rename sync io interfaces (#4945)
Bartek Iwańczuk
2020-04-28
refactor: rename SeekMode variants to camelCase and stabilize (#4946)
Bartek Iwańczuk
2020-04-25
BREAKING CHANGE: remove Deno.OpenMode (#4884)
Bartek Iwańczuk
2020-04-25
BREAKING CHANGE: change order of args in Deno.copy() (#4885)
Bartek Iwańczuk
2020-04-25
stabilize Deno.iter() and Deno.iterSync() (#4890)
Bartek Iwańczuk
2020-04-22
BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)
Bartek Iwańczuk
2020-04-16
refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)
Nayeem Rahman
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-16
Add mode option to open/create (#4289)
dubiousjim
2020-03-14
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)
dubiousjim
2020-03-10
reorg: move js runtime tests to cli/js/tests/ (#4250)
Bartek Iwańczuk