Skip to content

fix: Typing for WritableStream#1186

Merged
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:803-table-saver-type
Mar 30, 2023
Merged

fix: Typing for WritableStream#1186
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:803-table-saver-type

Conversation

@mofojed
Copy link
Copy Markdown
Member

@mofojed mofojed commented Mar 29, 2023

- Import in a different file and just export it
- Use implicit typing to work around the issue
- Fixes deephaven#803
@mofojed mofojed requested a review from Zhou-Ziheng March 29, 2023 19:31
@mofojed mofojed self-assigned this Mar 29, 2023
Comment thread packages/iris-grid/src/sidebar/WritableStream.ts Outdated
@mofojed mofojed requested a review from dsmmcken March 29, 2023 21:19
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 29, 2023

Codecov Report

Merging #1186 (efdc312) into main (696cc2d) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1186      +/-   ##
==========================================
- Coverage   44.19%   44.18%   -0.01%     
==========================================
  Files         448      448              
  Lines       33310    33308       -2     
  Branches     8364     8362       -2     
==========================================
- Hits        14720    14718       -2     
  Misses      18541    18541              
  Partials       49       49              
Flag Coverage Δ
unit 44.18% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/iris-grid/src/sidebar/TableSaver.tsx 11.78% <0.00%> (-0.56%) ⬇️

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

Copy link
Copy Markdown
Contributor

@Zhou-Ziheng Zhou-Ziheng left a comment

Choose a reason for hiding this comment

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

LGTM

@mofojed mofojed merged commit dfdf356 into deephaven:main Mar 30, 2023
@mofojed mofojed deleted the 803-table-saver-type branch March 30, 2023 21:13
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix type error in TableSaver.tsx

3 participants