MCPcopy Create free account
hub / github.com/plotly/plotly.js / merge

Function merge

test/jasmine/karma.conf.js:98–106  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

96 return path.basename(s, SUFFIX);
97};
98var merge = function (_) {
99 var list = [];
100
101 (Array.isArray(_) ? _ : [_]).forEach(function (p) {
102 list = list.concat(p.split(','));
103 });
104
105 return list;
106};
107var glob = function (_) {
108 return _.length === 1 ? _[0] + SUFFIX : '{' + _.join(',') + '}' + SUFFIX;
109};

Callers 1

karma.conf.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…