| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,17 +29,18 @@ | |||
| 29 | 29 | | tst.js:64:1:64:48 | checkSh ... arg())) | OK | | |
| 30 | 30 | | tst.js:65:1:65:54 | checkSh ... arg())) | OK | | |
| 31 | 31 | | tst.js:66:1:66:45 | checkSh ... arg())) | OK | | |
| 32 | - | tst.js:67:1:67:52 | checkSh ... arg())) | OK | | ||
| 33 | - | tst.js:68:1:68:53 | checkSh ... arg())) | OK | | ||
| 32 | + | tst.js:67:1:67:57 | checkSh ... arg())) | Not an extend call | | ||
| 33 | + | tst.js:68:1:68:52 | checkSh ... arg())) | OK | | ||
| 34 | 34 | | tst.js:69:1:69:53 | checkSh ... arg())) | OK | | |
| 35 | - | tst.js:70:1:70:55 | checkSh ... arg())) | OK | | ||
| 36 | - | tst.js:71:1:71:52 | checkSh ... arg())) | OK | | ||
| 37 | - | tst.js:72:1:72:51 | checkSh ... arg())) | OK | | ||
| 35 | + | tst.js:70:1:70:53 | checkSh ... arg())) | OK | | ||
| 36 | + | tst.js:71:1:71:55 | checkSh ... arg())) | OK | | ||
| 37 | + | tst.js:72:1:72:52 | checkSh ... arg())) | OK | | ||
| 38 | 38 | | tst.js:73:1:73:51 | checkSh ... arg())) | OK | | |
| 39 | - | tst.js:74:1:74:53 | checkSh ... arg())) | OK | | ||
| 39 | + | tst.js:74:1:74:51 | checkSh ... arg())) | OK | | ||
| 40 | 40 | | tst.js:75:1:75:53 | checkSh ... arg())) | OK | | |
| 41 | - | tst.js:79:1:79:45 | checkSh ... arg())) | OK | | ||
| 42 | - | tst.js:80:1:80:55 | checkSh ... arg())) | OK | | ||
| 43 | - | tst.js:81:1:81:51 | checkSh ... arg())) | OK | | ||
| 44 | - | tst.js:85:1:85:44 | checkDe ... arg())) | OK | | ||
| 45 | - | tst.js:86:1:86:61 | checkDe ... arg())) | OK | | ||
| 41 | + | tst.js:76:1:76:53 | checkSh ... arg())) | OK | | ||
| 42 | + | tst.js:80:1:80:45 | checkSh ... arg())) | OK | | ||
| 43 | + | tst.js:81:1:81:55 | checkSh ... arg())) | OK | | ||
| 44 | + | tst.js:82:1:82:51 | checkSh ... arg())) | OK | | ||
| 45 | + | tst.js:86:1:86:44 | checkDe ... arg())) | OK | | ||
| 46 | + | tst.js:87:1:87:61 | checkDe ... arg())) | OK | | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,7 @@ | |||
| 17 | 17 | "lodash.mergewith": "^4.6.1", | |
| 18 | 18 | "merge": "^1.2.0", | |
| 19 | 19 | "merge-deep": "^3.0.2", | |
| 20 | + "merge-descriptors": "^1.0.3", | ||
| 20 | 21 | "merge-options": "^1.0.1", | |
| 21 | 22 | "mixin-deep": "^2.0.0", | |
| 22 | 23 | "mixin-object": "^3.0.0", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,6 +64,7 @@ checkShallow(Object.assign(base(), arg())); | |||
| 64 | 64 | checkShallow(require("defaults")(base(), arg())); | |
| 65 | 65 | checkShallow(require("extend-shallow")(base(), arg())); | |
| 66 | 66 | checkShallow(require("merge")(base(), arg())); | |
| 67 | + checkShallow(require("merge-descriptors")(base(), arg())); | ||
| 67 | 68 | checkShallow(require("mixin-object")(base(), arg())); | |
| 68 | 69 | checkShallow(require("object-assign")(base(), arg())); | |
| 69 | 70 | checkShallow(require("object.assign")(base(), arg())); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments