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: convert modules to typescript #609

Merged
merged 3 commits into from Mar 22, 2021
Merged

fix: convert modules to typescript #609

merged 3 commits into from Mar 22, 2021

Conversation

ph-fritsche
Copy link
Member

What:

Convert JS modules to Typescript.

Why:

Closes #608

Checklist:

  • N/A Documentation
  • N/A Tests
  • N/A Typings
  • Ready to be merged

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #609 (554e79e) into master (74d191c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #609   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        47           
  Lines          879       880    +1     
  Branches       330       331    +1     
=========================================
+ Hits           879       880    +1     
Impacted Files Coverage Δ
src/blur.ts 100.00% <100.00%> (ø)
src/focus.ts 100.00% <100.00%> (ø)
src/hover.ts 100.00% <100.00%> (ø)
src/tab.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74d191c...554e79e. Read the comment docs.

@ph-fritsche ph-fritsche merged commit 0fe1fec into master Mar 22, 2021
@ph-fritsche ph-fritsche deleted the fix-608 branch March 22, 2021 10:56
@github-actions
Copy link

🎉 This PR is included in version 13.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong type definitions for hover/unhover
1 participant