1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/cli/args
Bartek Iwańczuk c6c8c91a6e
feat: embed import map in the config file (#17478)
This commit changes handling of config file to enable
specifying "imports" and "scopes" objects effectively making
the configuration file an import map.

"imports" and "scopes" take precedence over "importMap" configuration,
but have lower priority than "--importmap" CLI flag.

Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2023-01-25 21:13:40 +01:00
..
config_file.rs feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
flags.rs feat(fmt): make semi-colon option a boolean (#17527) 2023-01-25 15:06:00 -05:00
flags_allow_net.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
import_map.rs feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
lockfile.rs refactor: Move lockfile to a separate crate (#17503) 2023-01-23 23:41:02 +01:00
mod.rs feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00