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

Add IBatchableElement to AbstractBatchRenderer #6692

Merged
merged 2 commits into from
Jun 13, 2020
Merged

Conversation

bigtimebuddy
Copy link
Member

@bigtimebuddy bigtimebuddy commented Jun 12, 2020

I've been working on updating our dependencies to the latest linting toolchain. This exposed a bunch of issues where we were ts-ignoring and using any to mask issues. I'm working on a series of PRs to improve typings and remove more instances using any before upgrading eslint.

This PR adds a stricter type to define the interface for batch-able elements.

@bigtimebuddy bigtimebuddy requested a review from Zyie June 12, 2020 18:01
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2020

Codecov Report

Merging #6692 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #6692   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          671       671           
=========================================
  Hits           671       671           

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 11491b6...705bbe9. Read the comment docs.

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Jun 12, 2020
@bigtimebuddy bigtimebuddy merged commit 2aa20fc into dev Jun 13, 2020
@bigtimebuddy bigtimebuddy deleted the dev-batchable-element branch June 13, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants