1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/std/fs/testdata
Ry Dahl d492c5abe3
feat: Deno.args now does not include script (#3628)
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKING CHANGE
2020-01-09 11:37:01 -07:00
..
copy_dir Move everything into std subdir 2019-10-09 17:10:09 -04:00
copy_dir_link_file Move everything into std subdir 2019-10-09 17:10:09 -04:00
glob Move everything into std subdir 2019-10-09 17:10:09 -04:00
0-link.ts Move everything into std subdir 2019-10-09 17:10:09 -04:00
0.ts Move everything into std subdir 2019-10-09 17:10:09 -04:00
copy_file.txt Move everything into std subdir 2019-10-09 17:10:09 -04:00
empty_dir.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
empty_dir_sync.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
exists.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
exists_sync.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
expand_wildcard.js fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479) 2019-12-12 08:42:21 +08:00
json_empty.json Move everything into std subdir 2019-10-09 17:10:09 -04:00
json_invalid.json Move everything into std subdir 2019-10-09 17:10:09 -04:00
json_valid_array.json Move everything into std subdir 2019-10-09 17:10:09 -04:00
json_valid_obj.json Move everything into std subdir 2019-10-09 17:10:09 -04:00