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

Migrate @storybook/client-logger to TypeScript #5151

Merged
merged 5 commits into from Jan 6, 2019

Conversation

dandean
Copy link
Member

@dandean dandean commented Jan 5, 2019

Issue: #5030

What I did

Migrated @storybook/client-logger to TypeScript

How to test

Existing tests were retained in lib/client-logger/src/index.test.ts

@dandean dandean added maintenance User-facing maintenance tasks core typescript labels Jan 5, 2019
@dandean dandean added this to the next milestone Jan 5, 2019
@dandean dandean self-assigned this Jan 5, 2019
@codecov
Copy link

codecov bot commented Jan 5, 2019

Codecov Report

Merging #5151 into next will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #5151   +/-   ##
=======================================
  Coverage   35.24%   35.24%           
=======================================
  Files         596      596           
  Lines        7396     7396           
  Branches     1010     1015    +5     
=======================================
  Hits         2607     2607           
  Misses       4276     4276           
  Partials      513      513
Impacted Files Coverage Δ
lib/client-logger/src/index.ts 100% <100%> (ø)

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 7cb74db...15a5b9b. Read the comment docs.

@ndelangen ndelangen self-assigned this Jan 6, 2019
@@ -15,7 +15,7 @@
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"types": "src/index.d.ts",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be dist/index.d.ts I think?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this – thanks for pointing it out.

@kroeder kroeder merged commit e78bfeb into next Jan 6, 2019
@ndelangen ndelangen deleted the ts-migration/client-logger branch May 7, 2019 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core maintenance User-facing maintenance tasks typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants