Implement deno.stat() and deno.lstat()

This commit is contained in:
Sajjad Hashemian 2018-09-12 00:08:53 +04:30 committed by Ryan Dahl
parent 806385543c
commit 7c50c11f40
9 changed files with 284 additions and 185 deletions

View file

@ -8,3 +8,4 @@ import "./os_test.ts";
import "./read_file_test.ts";
import "./write_file_test.ts";
import "./mkdir_test.ts";
import "./stat_test.ts";