summaryrefslogtreecommitdiff
path: root/tests/specs/add/error_import_map_field/add.out
AgeCommit message (Collapse)Author
2024-08-20fix(add): error when config file contains importMap field (#25115)David Sherret
The "imports" field has higher precedence than "importMap", so we should error when `deno add` goes to add an `"imports"` field. Closes https://github.com/denoland/deno/issues/24264 Closes https://github.com/denoland/deno/pull/24478