Skip to content

Commit 3daa3ec

Browse files
author
Dominus Vilicus
authored
Fix missing comma
1 parent 2d8e2f9 commit 3daa3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const valid_options = [
2424
'customElement',
2525
'tag',
2626
'css',
27-
'hash'
27+
'hash',
2828
'loopGuardTimeout',
2929
'preserveComments',
3030
'preserveWhitespace'

0 commit comments

Comments
 (0)