Home
last modified time | relevance | path

Searched refs:formatForFunc (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-template.js215 classStr += `'${DYNAMIC_CLASS}' : ${formatForFunc(value)},`;
236 dynamicStyle += `'${key}' : ${formatForFunc(value)},`;
263 return formatForFunc(value);
299 propContent += `'${key}' : ${formatForFunc(props[key])},`;
324 eventContent += `'${key}' : ${formatForFunc(props[key])},`;
370 exp = formatForFunc(exp);
388 return '_i' + '((' + formatForFunc(node.shown) + '),' + 'function(){return ' + children + '}),';
397 function formatForFunc(value) { function