Skip to content

Migrate to Uri.normalizePath() and Iterable.empty. #1501

@pq

Description

@pq

We could cleanup packagemap.dart and get away from defining our own stand-in:

static Uri _normalizePath(Uri existingUri) => new Uri().resolveUri(existingUri);

and migrate to using Uri.normalizePath().

If we do this, we'll need to up our SDK contsraint to be >=1.11.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions