Add external link icons to messages #19
Annotations
6 errors
|
deploy:
src/utils/__tests__/markdownUtils.test.ts#L1
Module '"../markdownUtils"' has no exported member 'processNestedCodeBlocks'.
|
|
deploy:
src/utils/__tests__/markdownUtils.test.ts#L1
Module '"../markdownUtils"' has no exported member 'transformThinkingTags'.
|
|
deploy:
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'.
|
|
deploy:
src/utils/markdownUtils.ts#L25
Expected 1 arguments, but got 3.
|
|
deploy:
src/utils/markdownUtils.ts#L47
Type 'string | Promise<string>' is not assignable to type 'string'.
|
|
deploy
Process completed with exit code 2.
|