1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/args
David Sherret 8a737f5a16
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-15 22:50:33 +02:00
..
config_file.rs fix(config): do not canonicalize config file path before loading (#19436) 2023-06-15 22:50:33 +02:00
flags.rs refactor: helpers methods on TypeCheckMode (#19393) 2023-06-09 01:13:25 +02: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-09 01:13:27 +02:00
mod.rs fix(config): do not canonicalize config file path before loading (#19436) 2023-06-15 22:50:33 +02:00
package_json.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00