• Lyza Danger Gardner's avatar
    Refactor `Buckets` object shapes · 0b6f8b10
    Lyza Danger Gardner authored
    Previously, the `buildBuckets` function returned an
    object with two properties: `buckets` and `index`.
    
    Change to return an Array of `Bucket`s and type-define
    what a `Bucket` is—`Bucket` objects now include their
    `position` information, obviating the need for an
    `index` Array that could get out of sync.
    0b6f8b10
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...