[ci] yarn format

This commit is contained in:
natemoo-re 2021-06-24 22:42:22 +00:00 committed by GitHub Actions
parent 47ac2ccd17
commit bc9e0f180c

View file

@ -33,7 +33,7 @@ const { transformSync } = esbuild;
interface Attribute { interface Attribute {
start: number; start: number;
end: number; end: number;
type: 'Attribute'|'Spread'; type: 'Attribute' | 'Spread';
name: string; name: string;
value: TemplateNode[] | boolean; value: TemplateNode[] | boolean;
expression?: Expression; expression?: Expression;