Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.14.0 removes default export #128

Open
redallen opened this issue Oct 8, 2020 · 2 comments
Open

Version 1.14.0 removes default export #128

redallen opened this issue Oct 8, 2020 · 2 comments

Comments

@redallen
Copy link

redallen commented Oct 8, 2020

This used to work before version 1.14.0 and is still listed in the README:

var tslib_1 = require("tslib");
exports.x = {};
exports.y = tslib_1.__assign({}, exports.x);

I consider this a breaking change since many older libraries are built using tslib < 1.14.0 but upgrading a local app to tslib >= 1.14.0 breaks libraries that rely on the default export.

@orta
Copy link
Contributor

orta commented Oct 10, 2020

I think this is fixed in #129 - we made no changes to the actual exports the JS emits

@stefdelec
Copy link

We are still having the issue.

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

No branches or pull requests

3 participants