MCPcopy
hub / github.com/fanmingming/live / processFor

Function processFor

m3u8/vue.js:9996–10009  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

9994 }
9995
9996 function processFor (el) {
9997 var exp;
9998 if ((exp = getAndRemoveAttr(el, 'v-for'))) {
9999 var res = parseFor(exp);
10000 if (res) {
10001 extend(el, res);
10002 } else {
10003 warn$2(
10004 ("Invalid v-for expression: " + exp),
10005 el.rawAttrsMap['v-for']
10006 );
10007 }
10008 }
10009 }
10010
10011
10012

Callers 2

parseFunction · 0.85
preTransformNodeFunction · 0.85

Calls 3

getAndRemoveAttrFunction · 0.85
parseForFunction · 0.85
extendFunction · 0.85

Tested by

no test coverage detected