feat: support {@attach ...}
#2490
Annotations
5 errors and 4 warnings
|
src/visitor-keys.ts#L12
Property 'SvelteAttachTag' is missing in type '{ Program: "body"[]; SvelteScriptElement: ("body" | "name" | "startTag" | "endTag")[]; SvelteStyleElement: ("name" | "startTag" | "endTag" | "children")[]; SvelteElement: ("name" | "startTag" | "endTag" | "children")[]; ... 30 more ...; SvelteFunctionBindingsExpression: "expressions"[]; }' but required in type 'SvelteKeysType<SvelteNode>'.
|
src/parser/converts/element.ts#L739
Argument of type 'InlineComponent | Component' is not assignable to parameter of type '{ attributes: AttributeOrDirective[] | (Attribute | SpreadAttribute | Directive)[]; }'.
|
src/parser/converts/element.ts#L455
Argument of type 'Element | InlineComponent | Window | Document | Body | Head | Options | SlotTemplate | SvelteBody | ... 8 more ... | SvelteBoundary' is not assignable to parameter of type '{ attributes: AttributeOrDirective[] | (Attribute | SpreadAttribute | Directive)[]; }'.
|
src/parser/converts/element.ts#L334
Argument of type 'Element | Title | Slot | TitleElement | SlotElement | RegularElement' is not assignable to parameter of type '{ attributes: AttributeOrDirective[] | (Attribute | SpreadAttribute | Directive)[]; }'.
|
src/parser/template.ts#L1
Unexpected 'fixme' comment: 'FIXME: Workaround to get type...'
|
src/parser/converts/const.ts#L22
Unexpected 'todo' comment: 'TODO Remove in v2 and later.'
|
src/parser/converts/attr.ts#L180
Unexpected 'fixme' comment: 'FIXME: Older parsers may use the same...'
|
src/ast/html.ts#L271
Unexpected 'todo' comment: 'TODO Remove in v2 and later.'
|
The logs for this run have expired and are no longer available.
Loading