Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-20 | fix(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 |