• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

webpack-config / webpack-partial
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: webpack-4
DEFAULT BRANCH: master
Repo Added 25 Jan 2016 08:10AM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix-deep-merge
branch: fix-deep-merge
CHANGE BRANCH
x
Reset
  • fix-deep-merge
  • advanced-loader
  • alias
  • autopack-loaders
  • bump-version
  • eslint
  • loader-helper
  • master
  • merge
  • output
  • plugin
  • root
  • root-build
  • tap
  • update-lodash
  • update-readme
  • updates
  • webpack-4
  • webpack1-compat
  • webpack2

pending completion
54

push

travis-ci

izaakschroeder
Fix identical values being re-merged.

Look at the simple case of merging:

```javascript
{ }
{ foo: { bar: [ 3 ] } }
```

First the `foo` property will be looked at – because it doesn't exist in the parent object it will be set in the parent object. So now the parent object looks exactly the same as the child. However, the merge is not done; the other properties must be considered. So this results in `bar` being merged with the other copy of `bar` and so forth. Because this is not actually what we want (and because it introduces interesting side effects with arrays) there is now a short-circuit check to prevent identical objects from being merged.

61 of 61 relevant lines covered (100.0%)

4.18 hits per line

Relevant lines Covered
Build:
Build:
61 RELEVANT LINES 61 COVERED LINES
4.18 HITS PER LINE
Source Files on fix-deep-merge
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
54 fix-deep-merge Fix identical values being re-merged. Look at the simple case of merging: ```javascript { } { foo: { bar: [ 3 ] } } ``` First the `foo` property will be looked at – because it doesn't exist in the parent object it will be set in the parent obje... push 31 Jan 2016 09:49PM UTC izaakschroeder travis-ci pending completion  
See All Builds (142)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc