Skip to content

Commit 77ac338

Browse files
committed
silly size optimization
1 parent 53d4f3b commit 77ac338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ const MODE_SKIP = 47;
4040

4141
/** Create a template function given strings from a tagged template. */
4242
const build = (statics) => {
43+
let mode = MODE_WHITESPACE;
4344
let out = 'return ';
4445
let buffer = '';
45-
let mode = MODE_WHITESPACE;
4646
let field = '';
4747
let hasChildren = 0;
4848
let props = '';

0 commit comments

Comments
 (0)