[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 {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue