-
-
Notifications
You must be signed in to change notification settings - Fork 13
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(*): TypeScript 5.x compatibility #253
Conversation
@sapphiredev pack |
Hey @favna, I've released this to NPM. You can install it for testing like so: npm install @sapphire/shapeshift@pr-253 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
=======================================
Coverage 99.27% 99.27%
=======================================
Files 58 58
Lines 3470 3470
Branches 839 839
=======================================
Hits 3445 3445
Misses 17 17
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
In particular add compatibility with `verbatimModuleSyntax`
d52f68f
to
c748420
Compare
In particular, add compatibility with
verbatimModuleSyntax
.Other than that I removed the last remaining
const enum
export.