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

Adds basic typescript support #23

Merged
merged 3 commits into from
May 27, 2019
Merged

Adds basic typescript support #23

merged 3 commits into from
May 27, 2019

Conversation

braposo
Copy link
Owner

@braposo braposo commented May 27, 2019

This converts all code to type script and add just the basics to get everything running.

There are lots of stuff to be done still so the code becomes much more robust but for now this is just to make the transition.

Fixes #18

@codecov-io
Copy link

codecov-io commented May 27, 2019

Codecov Report

Merging #23 into master will increase coverage by 0.29%.
The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   79.08%   79.37%   +0.29%     
==========================================
  Files          22       21       -1     
  Lines         196      223      +27     
  Branches       14       14              
==========================================
+ Hits          155      177      +22     
- Misses         36       46      +10     
+ Partials        5        0       -5
Impacted Files Coverage Δ
src/types/helpers/grid.ts 100% <100%> (ø)
src/types/misc.ts 100% <100%> (ø)
src/types/helpers/constraint.ts 100% <100%> (ø)
src/types/index.ts 100% <100%> (ø)
src/types/image.ts 55.55% <100%> (ø)
src/types/helpers/effect.ts 100% <100%> (ø)
src/types/helpers/style.ts 100% <100%> (ø)
src/types/frame.ts 100% <100%> (ø)
src/types/page.ts 100% <100%> (ø)
src/utils/nodes.ts 64.7% <100%> (ø)
... and 15 more

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 78db170...c8a7c7d. Read the comment docs.

@braposo braposo merged commit 230ddd4 into master May 27, 2019
@braposo braposo deleted the typescript branch May 27, 2019 17:25
@braposo braposo mentioned this pull request May 27, 2019
@braposo
Copy link
Owner Author

braposo commented Jun 4, 2019

🎉 This PR is included in version 1.11.0 🎉

The release is available on GitHub release

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.

Convert code to TypeScript
2 participants