MCPcopy
hub / github.com/vaxilu/x-ui / warn

Function warn

web/assets/vue@2.6.12/vue.esm.js:11798–11800  ·  view source on GitHub ↗
(msg, range, tip)

Source from the content-addressed store, hash-verified

11796 var tips = [];
11797
11798 var warn = function (msg, range, tip) {
11799 (tip ? tips : errors).push(msg);
11800 };
11801
11802 if (options) {
11803 if (process.env.NODE_ENV !== 'production' && options.outputSourceRange) {

Callers 15

setFunction · 0.70
delFunction · 0.70
vue.runtime.esm.jsFile · 0.70
validateComponentNameFunction · 0.70
normalizePropsFunction · 0.70
normalizeInjectFunction · 0.70
assertObjectTypeFunction · 0.70
resolveAssetFunction · 0.70
getPropDefaultValueFunction · 0.70
assertPropFunction · 0.70
logErrorFunction · 0.70
warnNonPresentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected