[ci] yarn format
This commit is contained in:
parent
47ac2ccd17
commit
bc9e0f180c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const { transformSync } = esbuild;
|
|||
interface Attribute {
|
||||
start: number;
|
||||
end: number;
|
||||
type: 'Attribute'|'Spread';
|
||||
type: 'Attribute' | 'Spread';
|
||||
name: string;
|
||||
value: TemplateNode[] | boolean;
|
||||
expression?: Expression;
|
||||
|
|
Loading…
Reference in a new issue