taggedjs
Version:
tagged template reactive html
6 lines • 313 B
JavaScript
export function processFirstSubjectValue(value, tagJsVar, contextItem, // could be tag via result.tag
ownerSupport, // owningSupport
insertBefore, appendTo) {
return tagJsVar.processInit(value, contextItem, ownerSupport, insertBefore, appendTo);
}
//# sourceMappingURL=processFirstSubjectValue.function.js.map