Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

Use --importHelpers for TS helpers #337

Closed
@evmar

Description

@evmar

Currently we use --noEmitHelpers and require users to provide their own helpers, see #168 .

But since then they added the --importHelpers flag to make this easier; we should instead use that. See microsoft/TypeScript#3364 .

The idea is that we provide our own Closure-compatible tslib, and users never need to even know about the details of how TS helpers work.

See also #124.

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