1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tools
David Sherret 51e3db956a
fix(cli): config file should resolve paths relative to the config file (#12867)
* Add `specifier_to_file_path` to support converting a ModuleSpecifier with a unix-style path to a PathBuf on Windows.
2021-11-23 10:38:11 -05:00
..
coverage.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
doc.rs feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
fmt.rs fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
installer.rs feat(cli/uninstall): add uninstall command (#12209) 2021-09-30 11:38:07 -04:00
lint.rs fix(cli): config file should resolve paths relative to the config file (#12867) 2021-11-23 10:38:11 -05:00
mod.rs refactor(cli): introduce module specifier test modes (#11769) 2021-08-26 21:21:58 +02:00
repl.rs feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
standalone.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
test.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
upgrade.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00