diff --git a/src/compiler/compile/Component.ts b/src/compiler/compile/Component.ts index 5aeff019bd..355ad0c423 100644 --- a/src/compiler/compile/Component.ts +++ b/src/compiler/compile/Component.ts @@ -72,7 +72,7 @@ export default class Component { stats: Stats; warnings: Warning[]; ignores: Set; - ignore_stack: Set[] = []; + ignore_stack: Array> = []; ast: Ast; source: string;