Skip to content

Commit

Permalink
feat: Refactor collections
Browse files Browse the repository at this point in the history
Add defaultValue to methods that return values
Add better type definitions
Refactor code
  • Loading branch information
petarvujovic98 committed Sep 19, 2022
1 parent e2639a7 commit 95fb5ad
Show file tree
Hide file tree
Showing 17 changed files with 510 additions and 425 deletions.
8 changes: 4 additions & 4 deletions lib/collections/lookup-map.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 23 additions & 26 deletions lib/collections/lookup-map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions lib/collections/lookup-set.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions lib/collections/lookup-set.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions lib/collections/unordered-map.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 57 additions & 51 deletions lib/collections/unordered-map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions lib/collections/unordered-set.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95fb5ad

Please sign in to comment.