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

fix: typescript 4.8 compatibility #179

Merged
merged 1 commit into from
Aug 29, 2022
Merged

Conversation

favna
Copy link
Member

@favna favna commented Aug 27, 2022

fixes #178

package.json Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2022

Codecov Report

Merging #179 (c878fd0) into main (bb91ddd) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #179   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          56       56           
  Lines        3355     3355           
  Branches      801      801           
=======================================
  Hits         3333     3333           
  Misses         13       13           
  Partials        9        9           
Impacted Files Coverage Δ
src/lib/Shapes.ts 100.00% <100.00%> (ø)
src/lib/util-types.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@favna favna force-pushed the fix/typescript-4.8-compatibility branch from d3e99ba to c878fd0 Compare August 28, 2022 09:11
@favna favna merged commit 2281535 into main Aug 29, 2022
@favna favna deleted the fix/typescript-4.8-compatibility branch August 29, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug: Types not working with typescript 4.8
5 participants