MCPcopy
hub / github.com/tdewolff/minify / consoleLog

Function consoleLog

_benchmarks/sample_echarts.js:7147–7162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7145 }
7146 }
7147 function consoleLog() {
7148 var args = [];
7149
7150 for (var _i = 0; _i < arguments.length; _i++) {
7151 args[_i] = arguments[_i];
7152 }
7153
7154 if ("development" !== 'production') {
7155 /* eslint-disable no-console */
7156 if (typeof console !== 'undefined' && console.log) {
7157 console.log.apply(console, args);
7158 }
7159 /* eslint-enable no-console */
7160
7161 }
7162 }
7163 /**
7164 * If in __DEV__ environment, get console printable message for users hint.
7165 * Parameters are separated by ' '.

Callers 1

applySingleDataTransformFunction · 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…