mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
acd01eb2b4
Running a file like: ``` import "@std/dotenv/load"; ``` Without a mapping in `imports` field of `deno.json` or `dependencies` of `package.json` will now error out with a hint: ``` error: Relative import path "@std/dotenv/load" not prefixed with / or ./ or ../ hint: Try running `deno add @std/dotenv/load` at [WILDCARD]bare_specifier_without_import/main.ts:1:8 ``` Closes https://github.com/denoland/deno/issues/24699 --------- Co-authored-by: David Sherret <dsherret@users.noreply.github.com> |
||
---|---|---|
.. | ||
check_local_by_default | ||
check_local_by_default2 | ||
extensionless | ||
fetch_multiple | ||
globbing | ||
ignore_require | ||
json_import | ||
package_json | ||
performance_stats | ||
random_extension | ||
redirect | ||
with_bare_import |