mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Implemented readDirSync, readDir
This commit is contained in:
parent
4c0517c339
commit
ea87034e26
9 changed files with 294 additions and 93 deletions
|
@ -7,6 +7,7 @@ import "./fetch_test.ts";
|
|||
import "./os_test.ts";
|
||||
import "./files_test.ts";
|
||||
import "./read_file_test.ts";
|
||||
import "./read_dir_test.ts";
|
||||
import "./write_file_test.ts";
|
||||
import "./copy_file_test.ts";
|
||||
import "./mkdir_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue