mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)
Initial implementation by Srijan Reddy (@srijanreddy98, #672).
This commit is contained in:
parent
fe97217fa8
commit
a99aaf5def
8 changed files with 213 additions and 0 deletions
|
@ -12,6 +12,7 @@ import "./read_dir_test.ts";
|
|||
import "./write_file_test.ts";
|
||||
import "./copy_file_test.ts";
|
||||
import "./mkdir_test.ts";
|
||||
import "./chmod_test.ts";
|
||||
import "./dir_test";
|
||||
import "./make_temp_dir_test.ts";
|
||||
import "./stat_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue