pull/3355/head
Richard Harris 5 years ago
parent 9addc5f077
commit 5266b53739

@ -72,7 +72,7 @@ export default class Component {
stats: Stats;
warnings: Warning[];
ignores: Set<string>;
ignore_stack: Set<string>[] = [];
ignore_stack: Array<Set<string>> = [];
ast: Ast;
source: string;

Loading…
Cancel
Save