Skip to content

Add external link icons to messages #20

Add external link icons to messages

Add external link icons to messages #20

Triggered via push January 30, 2025 16:55
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build (20.x): src/utils/__tests__/markdownUtils.test.ts#L1
Module '"../markdownUtils"' has no exported member 'processNestedCodeBlocks'.
build (20.x): src/utils/__tests__/markdownUtils.test.ts#L1
Module '"../markdownUtils"' has no exported member 'transformThinkingTags'.
build (20.x): src/utils/markdownUtils.ts#L24
Type '(href: string, title: string | null | undefined, text: string) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
build (20.x): src/utils/markdownUtils.ts#L25
Expected 1 arguments, but got 3.
build (20.x): src/utils/markdownUtils.ts#L47
Type 'string | Promise<string>' is not assignable to type 'string'.
build (20.x)
Process completed with exit code 2.