Skip to content

feat(map): support serialisation as either arrays (existing) or objects (new)#328

Open
javiercejudo wants to merge 1 commit intomasterfrom
map-object
Open

feat(map): support serialisation as either arrays (existing) or objects (new)#328
javiercejudo wants to merge 1 commit intomasterfrom
map-object

Conversation

@javiercejudo
Copy link
Copy Markdown
Owner

@javiercejudo javiercejudo commented Jul 20, 2017

fixes #322

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 20, 2017

Codecov Report

Merging #328 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #328      +/-   ##
==========================================
+ Coverage   99.21%   99.23%   +0.01%     
==========================================
  Files           1        1              
  Lines        1401     1431      +30     
  Branches      258      266       +8     
==========================================
+ Hits         1390     1420      +30     
  Misses         11       11
Impacted Files Coverage Δ
dist/modelico.js 99.23% <0%> (+0.01%) ⬆️

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 4114f6e...c6316db. Read the comment docs.

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 20, 2017

Codecov Report

Merging #328 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #328      +/-   ##
==========================================
+ Coverage   99.21%   99.23%   +0.01%     
==========================================
  Files           1        1              
  Lines        1401     1431      +30     
  Branches      258      266       +8     
==========================================
+ Hits         1390     1420      +30     
  Misses         11       11
Impacted Files Coverage Δ
dist/modelico.js 99.23% <ø> (+0.01%) ⬆️

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 d4f0929...5eb47da. Read the comment docs.

@javiercejudo javiercejudo changed the title feat(map): support serialisation as either arrays (existing) or objec… feat(map): support serialisation as either arrays (existing) or objects (new) Jul 21, 2017
@javiercejudo javiercejudo force-pushed the map-object branch 3 times, most recently from 5b400e9 to c4e9fd9 Compare July 24, 2017 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add special Map mechanism to revive/stringify objects as Map<A, B>

1 participant