Skip to content

Commit 569b2de

Browse files
committed
fix: 移除对缺失类型的 ts-expect-error 注释
1 parent d27f2e9 commit 569b2de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/md.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { SlideInfo } from '@slidev/types'
22
import type { CompileCssOptions, CompileOptions, CompileResult } from '../types'
33
import MarkdownIt from 'markdown-it'
4-
// @ts-expect-error missing types
54
import MarkdownItFootnote from 'markdown-it-footnote'
65
import MarkdownItMdc from 'markdown-it-mdc'
76
import { createBuiltInCompWrapperPlugin, createCustomCompWrapperPlugin } from '../runtime/compWrapper'

0 commit comments

Comments
 (0)