1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/js/ops
dubiousjim 69303e2149
refactor: move code from fs.rs into ops/fs.rs (#4428)
This a complex boring PR that shifts around code (primarily) in cli/fs.rs and
cli/ops/fs.rs. The gain of this refactoring is to ease the way for #4188 and
#4017, and also to avoid some future development pain.

Mostly there is no change in functionality. Except:
* squashed bugs where op_utime and op_chown weren't using `resolve_from_cwd`
* eliminated the use of the external `remove_dir_all` crate.
* op_chmod now only queries metadata to verify file/dir exists on Windows (it
  will already fail on Unix if it doesn't)
* op_chown now verifies the file/dir's existence on Windows like chmod does.
2020-03-20 09:46:26 -04:00
..
fs refactor: move code from fs.rs into ops/fs.rs (#4428) 2020-03-20 09:46:26 -04:00
compiler.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
dispatch_json.ts feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349) 2020-03-15 15:31:55 +01:00
dispatch_minimal.ts use Object instead of Map for promise table (#4309) 2020-03-09 22:04:49 -04:00
errors.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
fetch.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
fs_events.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
get_random_values.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
io.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
net.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
os.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
permissions.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
plugins.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
process.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
repl.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
resources.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
runtime.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
runtime_compiler.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
signal.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
timers.ts reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302) 2020-03-10 00:22:15 +01:00
tls.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00
tty.ts Remove doc strings from cli/js TS files (#4329) 2020-03-13 10:22:22 +01:00
web_worker.ts reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283) 2020-03-09 15:18:02 +01:00
worker_host.ts Add require-await lint rule (#4401) 2020-03-20 09:38:34 -04:00