Fix componentkit generator #785

Closed
alickbass wants to merge 3 commits from fix-componentkit-generator into master
Showing only changes of commit 01add80075 - Show all commits

View File

@@ -137,7 +137,7 @@ function getLayoutCode(
)}\n${indent}\t},`, )}\n${indent}\t},`,
), ),
); );
lines.push(indent + `}]${isRoot ? ';' : ''}`); lines.push(indent + `}]${isRoot ? ';' : ','}`);
} else { } else {
lines[lines.length - 1] += ']'; lines[lines.length - 1] += ']';
CKFlexboxComponentChild.forEach(key => { CKFlexboxComponentChild.forEach(key => {