From a3927caf076924fc4539077b95f40a618ef35941 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 4 Aug 2019 20:48:21 -0400 Subject: [PATCH] lint --- src/compiler/compile/Component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;