Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Supporting bare addresses #94

@guybedford

Description

@guybedford

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions