diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-12 12:48:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 12:48:53 -0400 |
| commit | 8ee14bd56ac350d65256bdb17cc1e7434ff5b27f (patch) | |
| tree | 312ae72a8ce8580abed9942c0234aab5a09e3922 /tests/specs/import_map | |
| parent | 8cbf81cf0840aa9c2e7c8e845748b422827c9b88 (diff) | |
refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)
Diffstat (limited to 'tests/specs/import_map')
| -rw-r--r-- | tests/specs/import_map/import_map_config/config.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/import_map/import_map_config/config.out b/tests/specs/import_map/import_map_config/config.out index 72df124a2..c363360ac 100644 --- a/tests/specs/import_map/import_map_config/config.out +++ b/tests/specs/import_map/import_map_config/config.out @@ -1,4 +1,5 @@ -Warning "importMap" setting is ignored when "imports" or "scopes" are specified in the config file. +Warning "importMap" field is ignored when "imports" or "scopes" are specified in the config file. + at file:///[WILDLINE]/import_map_config/config.json Hello from remapped moment! Hello from remapped moment dir! Hello from remapped lodash! |
