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

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

Loading…
Cancel
Save