Patrick Steele-Idem 069b3e5ba9 Initial commit for marko v3 with htmljs-parser
Work-in-progress. Lots of failing tests.
2015-11-24 14:30:32 -07:00

6 lines
48 B
JavaScript

if (a === 1) {
foo = 1;
} else {
foo = 2;
}