mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Implement deno.stat() and deno.lstat()
This commit is contained in:
parent
806385543c
commit
7c50c11f40
9 changed files with 284 additions and 185 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue