-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): include tslib #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We should probably check the other packages have the same problem. Unless explicitly overridden, all of our packages are compiled with |
🎉 This PR is included in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Pinging @marbemac to double check that this is a possible issue in all of our repos, right? |
Yes and no. |
I think JSE is one of the dependency that does rely on tslib, but doesn't have it listed, but it's a private component, and hence is not used in a plain JS project. |
Fixes #36
Lodash was not used.