Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Dedupe imports #519

@guybedford

Description

@guybedford

TypeScript compilation into system doesn't dedupe imports.

Currently I believe this will work, but it won't give as good performance because duplicated imports run through normalization and tree tracing twice.

We need to include a duplicate check on each import, like was provided in https://github.com/systemjs/systemjs/pull/623/files.

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