fix interfaces

pull/1279/head
Rich-Harris 7 years ago
parent 61d3ab0215
commit d4dd015ffd

@ -1,3 +1,7 @@
import { SsrGenerator } from '../index';
import Block from '../Block';
import { Node } from '../../../interfaces';
export default function visitComment(
generator: SsrGenerator,
block: Block,

@ -62,9 +62,7 @@ export interface CompileOptions {
css?: boolean;
store?: boolean;
ssr?: {
preserveComments?: boolean | false;
};
preserveComments?: boolean | false;
onerror?: (error: Error) => void;
onwarn?: (warning: Warning) => void;

Loading…
Cancel
Save