Skip to content

Commit 525c984

Browse files
author
Dominus Vilicus
authored
Update interface
1 parent 3daa3ec commit 525c984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/interfaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export interface CompileOptions {
123123
tag?: string;
124124
css?: boolean;
125125
loopGuardTimeout?: number;
126+
hash?: string;
126127

127128
preserveComments?: boolean;
128129
preserveWhitespace?: boolean;
@@ -166,4 +167,4 @@ export interface Var {
166167
export interface CssResult {
167168
code: string;
168169
map: SourceMap;
169-
}
170+
}

0 commit comments

Comments
 (0)