1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/js/ops/fs
Bert Belder ee4e6a1ef9
Rename FileInfo time fields and represent them as Date objects (#4932)
This patch also increases the resolution of reported file times to
sub-millisecond precision.
2020-04-27 21:13:32 +02:00
..
chmod.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
chown.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
copy_file.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
dir.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
link.ts refactor: move code from fs.rs into ops/fs.rs (#4428) 2020-03-20 09:46:26 -04:00
make_temp.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
mkdir.ts BREAKING: Remove deprecated mkdir, mkdirSync APIs (#4615) 2020-04-09 11:15:56 -04:00
open.ts BREAKING CHANGE: remove Deno.OpenMode (#4884) 2020-04-25 00:45:55 +02:00
read_dir.ts refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763) 2020-04-16 01:40:30 -04:00
read_link.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
realpath.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
remove.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
rename.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
seek.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
stat.ts Rename FileInfo time fields and represent them as Date objects (#4932) 2020-04-27 21:13:32 +02:00
symlink.ts refactor: move code from fs.rs into ops/fs.rs (#4428) 2020-03-20 09:46:26 -04:00
truncate.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
umask.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
utime.ts fix(#4546) Added Math.trunc to toSecondsFromEpoch to conform the result to u64 (#4575) 2020-04-03 15:20:40 -04:00