Skip to content

Wildcard import maps #10

Open
Open
@make-github-pseudonymous-again

Description

Does @node-loader/import-maps support wildcard import maps such as

{
  "imports": {
    "#module": "./src/index.js",
    "#module/*.js": "./src/*.js"
  }
}

?

I was expecting this to work since this is a standard feature of module exports and imports: see https://nodejs.org/api/packages.html#subpath-patterns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions