mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Implement deno.readlink() (#797)
This commit is contained in:
parent
d957f8ebc2
commit
ad5065e23e
7 changed files with 133 additions and 1 deletions
|
@ -11,6 +11,7 @@ import "./mkdir_test.ts";
|
|||
import "./make_temp_dir_test.ts";
|
||||
import "./stat_test.ts";
|
||||
import "./rename_test.ts";
|
||||
import "./read_link_test.ts";
|
||||
import "./blob_test.ts";
|
||||
import "./timers_test.ts";
|
||||
import "./symlink_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue