Deno fails when a package in a monorepo uses a ./*
export
#26693
Labels
needs investigation
requires further investigation before determining if it is an issue or not
publish
Related to "deno publish" subcommand
triage required 👀
Deno team needs to make a decision if this change is desired
Deno version
To demonstrate the issue I created the following mono-repo
The root
deno.json
just specifies thea
packageThe
a
package has a single exportand a minimal
deno.json
finally, the root module
index.ts
files contains a single exportThis sort of set up worked fine with node but deno is not happy about this import
If I change the
export
map ina/deno.json
to explicitly listindex
everything works fine, i.e.This would seem to be a bug to me but it might be a feature request, I can't quite tell from the documentation. Any advise or help greatly appreciated. Thanks.
This issues looks similar to #20513 but I thought it different enough to warrant a separate issue.
The text was updated successfully, but these errors were encountered: