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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
I'm glad to see that recursive resolution is no longer being provided.
Given this, should we consider supporting bare addresses? This would allow:
{ "imports": { "x": "./x.js" } }to be equivalent to:
{ "imports": { "x": "x.js" } }I'd be glad to put a PR together as well if this would be useful.