You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will not work when published to JSR. Also, it would cause things to resolve more slowly, the package to list itself as a dependency for the npm compat layer, and potentially cause a duplicate package to be resolved instead since the specifiers would be going through package resolution.
I think it is useful to be able to import yourself in some cases - for example in doc comments. std does this. So this shouldn't be a blanket ban on self imports in deno_graph, but rather a ban of self imports in files referenced from entrypoints?
It will not work when published to JSR. Also, it would cause things to resolve more slowly, the package to list itself as a dependency for the npm compat layer, and potentially cause a duplicate package to be resolved instead since the specifiers would be going through package resolution.
Ref #25191
The text was updated successfully, but these errors were encountered: