deno/cli/tools
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
..
coverage chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
init chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
repl refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
vendor refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
bench.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
bundle.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
check.rs feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
doc.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
fmt.rs feat(fmt): make semi-colon option a boolean (#17527) 2023-01-25 15:06:00 -05:00
info.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
installer.rs refactor(cli): Integrate standalone mode cert handling into Flags (#17419) 2023-01-18 01:18:24 +01:00
lint.rs refactor(cli/tools): reduce cloning (#17309) 2023-01-13 22:39:19 +01:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
run.rs refactor(cli/tools): reduce cloning (#17309) 2023-01-13 22:39:19 +01:00
standalone.rs feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
task.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
test.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
upgrade.rs fix(upgrade): don't display release information for canary (#17516) 2023-01-25 16:29:27 +01:00