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

Fails when exporting an abstact class #23

Closed
Victorystick opened this issue Jan 22, 2016 · 0 comments
Closed

Fails when exporting an abstact class #23

Victorystick opened this issue Jan 22, 2016 · 0 comments
Labels

Comments

@Victorystick
Copy link
Contributor

This case wasn't covered by #18

export abstract class A {}

which results in this code.

var A = (function () {
    function A() {
    }
    return A;
})();
A = A;

Rollup notices that nothing is exported and that there are no side-effects.The result is the empty bundle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant