Skip to content

Incorrect resolution of absolute paths #43

@jfirebaugh

Description

@jfirebaugh

Say I have a source file with URL https://www.example.com/path/file.js with the following sourcemap directive:

//# sourceMappingURL=/path/file.js.map

Expected behavior: https://www.example.com/path/file.js.map is requested.
Actual behavior: https://www.example.com/path//path/file.js.map is requested, which fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions