feat: add support for Markdown Front Matter parsing #20
ci.yml
on: pull_request
Checks (typechecking, linting, formatting)
17s
Annotations
4 errors
|
Checks (typechecking, linting, formatting):
src/hooks/use-ast.ts#L46
Argument of type '{ body: string; }' is not assignable to parameter of type 'File'.
|
|
Checks (typechecking, linting, formatting):
src/hooks/use-ast.ts#L54
Argument of type '{ body: string; }' is not assignable to parameter of type 'File'.
|
|
Checks (typechecking, linting, formatting):
src/hooks/use-ast.ts#L71
Argument of type '{ body: string; }' is not assignable to parameter of type 'File'.
|
|
Checks (typechecking, linting, formatting)
Process completed with exit code 2.
|