Skip to content

Strange key storage... #25

@kitsonk

Description

@kitsonk

Given the import map of:

{
  "imports": {
    "/~/": "./lib/"
  }
}

One would expect the keys of import maps modules to be:

vec!["/~/"]

But instead, you will get:

vec!["file:///~/"]

I am not aware of anything in the spec that requires it to be that way, but I might be wrong.

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