リスト構文の追加 #722
Annotations
4 errors
Build
Process completed with exit code 2.
|
Build:
src/internal/parser.ts#L282
Argument of type 'MfmListItem[]' is not assignable to parameter of type 'MfmList[]'.
|
Build:
src/internal/parser.ts#L273
Argument of type '(string | MfmInline)[]' is not assignable to parameter of type 'MfmInline[]'.
|
Build:
src/internal/parser.ts#L104
Argument of type '{ fullParser: (r: ParserTable<TypeTable>) => Parser<(string | MfmNode)[]>; simpleParser: (r: ParserTable<TypeTable>) => Parser<...>; ... 30 more ...; text: () => Parser<...>; }' is not assignable to parameter of type '{ fullParser: (r: ParserTable<TypeTable>) => Parser<(string | MfmNode)[]>; simpleParser: (r: ParserTable<TypeTable>) => Parser<...>; ... 31 more ...; text: (r: ParserTable<...>) => Parser<...>; }'.
|
Loading