-
-
Notifications
You must be signed in to change notification settings - Fork 246
Fix generateTrace
with newer TypeScript versions and build: false
#730
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
Fix generateTrace
with newer TypeScript versions and build: false
#730
Conversation
Also update README.md to better reflect the current state of this feature.
66948d7
to
777ee59
Compare
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.
Thanks for the PR! I left a few minor comments :)
As per code review feedback, do not bother testing intermediate TypeScript versions.
777ee59
to
97a9f40
Compare
@piotr-oles I addressed your feedback; thanks for the quick review. Let me know if you have any other suggestions. |
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.
Thanks, looks good!
🎉 This PR is included in version 7.2.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #722 and also fixes another issue I noticed along the way:
generateTrace
did not work unless I was usingbuild: true
(I think that was introduced by #691).Adds tests and updates documentation.