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
Description
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
Labels
No labels