Skip to content

add Mapping.urls property to sourcemaps #13194

Closed
@sigmundch

Description

@sigmundch

Bug reported by @­skybrian in the old github repo (https://github.com/dart-lang/source-maps/issues/3)

Original bug description:


It seems like you should be able to say parse(json).urls to get all the source URL's, regardless of whether it's a SingleMapping or a MultiSectionMapping. To support this, Mapping should have an abstract "urls" getter which is implemented by MultiSectionMapping to combine all the url lists from the individual mappings.

Workaround: implement this yourself; it's not that hard.


Metadata

Metadata

Assignees

No one assigned

    Labels

    area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.pkg-sourcemapstype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions