deno/cli/args
David Sherret 5df735d3da
fix(config): do not canonicalize config file path before loading (#19436)
I'm unsure why we canonicalize the config file path when loading and the
canonicalization is causing issues in #19431 because everything in the
lsp is not canonicalized except the config file (actually, the config
file is only canonicalized when auto-discovered and not whens pecified).
We also don't canonicalize module paths when loading them.

Canonicalization was added in https://github.com/denoland/deno/pull/7621
2023-06-09 08:56:11 -04:00
..
config_file.rs fix(config): do not canonicalize config file path before loading (#19436) 2023-06-09 08:56:11 -04:00
flags.rs refactor: helpers methods on TypeCheckMode (#19393) 2023-06-07 10:09:10 -04:00
flags_allow_net.rs chore: upgrade clap to v4 (#17333) 2023-03-26 06:06:18 +02:00
import_map.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lockfile.rs refactor(compile): store the npm snapshot in the eszip (#19343) 2023-06-08 11:48:29 -04:00
mod.rs fix(config): do not canonicalize config file path before loading (#19436) 2023-06-09 08:56:11 -04:00
package_json.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00