dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Multimap implementation #276

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

MultiMap implementation that supports an array of keys for a specific map value.

Resolves #275

codecov-io commented 7 years ago

Current coverage is 95.40% (diff: 100%)

Merging #276 into master will increase coverage by 0.21%

@@             master       #276   diff @@
==========================================
  Files            34         35     +1   
  Lines          1851       1938    +87   
  Methods          19         21     +2   
  Messages          0          0          
  Branches        366        375     +9   
==========================================
+ Hits           1762       1849    +87   
  Misses           28         28          
  Partials         61         61          

Powered by Codecov. Last update dd35a4f...fd727d0