Implemented readDirSync, readDir

This commit is contained in:
J2P 2018-10-04 06:56:56 +09:00 committed by Ryan Dahl
parent 4c0517c339
commit ea87034e26
9 changed files with 294 additions and 93 deletions

View file

@ -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";