MCPcopy
hub / github.com/apache/echarts / deprecateLog

Function deprecateLog

src/util/log.ts:55–60  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

53}
54
55export function deprecateLog(str: string) {
56 if (__DEV__) {
57 // Not display duplicate message.
58 outputLog('warn', 'DEPRECATED: ' + str, true);
59 }
60}
61
62export function deprecateReplaceLog(oldOpt: string, newOpt: string, scope?: string) {
63 if (__DEV__) {

Callers 9

_renderHandleMethod · 0.90
echarts.tsFile · 0.90
setCanvasCreatorFunction · 0.90
globalBackwardCompatFunction · 0.90
convertNormalEmphasisFunction · 0.90
compatTextStyleFunction · 0.90
globalCompatStyleFunction · 0.90
deprecateReplaceLogFunction · 0.85

Calls 1

outputLogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…