Skip to content

Tree-shakeable Bound #3250

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

Merged
merged 6 commits into from
Jun 22, 2020
Merged

Tree-shakeable Bound #3250

merged 6 commits into from
Jun 22, 2020

Conversation

schmidt-sebastian
Copy link
Contributor

This is a tiny follow up to #3248

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Jun 22, 2020

Binary Size Report

Affected SDKs

  • @firebase/firestore

    Type Base (23e8971) Head (6cbd7ed) Diff
    browser 249 kB 249 kB -157 B (-0.1%)
    esm2017 194 kB 194 kB -71 B (-0.0%)
    main 492 kB 492 kB -20 B (-0.0%)
    module 247 kB 246 kB -157 B (-0.1%)
  • @firebase/firestore/lite

    Type Base (23e8971) Head (6cbd7ed) Diff
    main 140 kB 140 kB +58 B (+0.0%)
  • @firebase/firestore/memory

    Type Base (23e8971) Head (6cbd7ed) Diff
    browser 186 kB 186 kB -157 B (-0.1%)
    esm2017 145 kB 145 kB -71 B (-0.0%)
    main 362 kB 362 kB -20 B (-0.0%)
    module 184 kB 184 kB -157 B (-0.1%)
  • firebase

    Type Base (23e8971) Head (6cbd7ed) Diff
    firebase-firestore.js 287 kB 287 kB -143 B (-0.0%)
    firebase-firestore.memory.js 226 kB 226 kB -143 B (-0.1%)
    firebase.js 820 kB 820 kB -143 B (-0.0%)

Test Logs

return false;
}
for (let i = 0; i < left.position.length; i++) {
const thisPosition = left.position[i];
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Consider renaming thisPosition to leftPosition and otherPosition to rightPosition.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@schmidt-sebastian schmidt-sebastian changed the base branch from mrschmdit/treeshakeabletarget to master June 22, 2020 18:32
@schmidt-sebastian schmidt-sebastian merged commit 992e638 into master Jun 22, 2020
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/treeshakeablebound branch July 9, 2020 17:45
@firebase firebase locked and limited conversation to collaborators Jul 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants