-
Notifications
You must be signed in to change notification settings - Fork 252
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: export typings from src #596
Conversation
Codecov Report
@@ Coverage Diff @@
## master #596 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 47 47
Lines 862 862
Branches 327 327
=========================================
Hits 862 862
Continue to review full report at Codecov.
|
🎉 This PR is included in version 13.0.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This is making things worse for us, for example:
Same issue for |
@nstepien Thanks for the report. |
Check out v13.0.4 🚀 |
Hi there! Issue with exporting |
@riboher Yes, What have you been using it for? |
Oh! Ok! Good to know then. Just needed it for typing one of my tests and make sure a |
Lines 16 to 17 in 4c3d3cf
|
What:
Export typings from
src
.Fix missing exported
specialChars
object.Why:
Closes #594
Closes #593
How:
Remove
typings
.Convert
src/index.js
to Typescript and add typings for exported JS modules insrc
.Checklist: