Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Publish a __extends scrubbing loader #14

Open
@hdeshev

Description

@hdeshev

Originally reported in #8. Not passing the noEmitHelpers TypeScript compiler option generates multiple __extends functions which supersede the "runtime" __extends implementation when bundled.

Ideally third party plugins should compile with noEmitHelpers enabled, but the reality is that many of them don't do so. @NathanaelA has created a webpack loader that strips the module-local __extends code, so that apps work without modifying third party plugins. If given permission, we should publish and document this loader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions