File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
import { embedded } from 'hast-util-embedded'
22
22
import { convertElement } from 'hast-util-is-element'
23
23
import { phrasing } from 'hast-util-phrasing'
24
- // @ts -expect-error: to do type.
25
- import toString from 'hast-util-to-string'
24
+ import { toString } from 'hast-util-to-string'
26
25
import { whitespace } from 'hast-util-whitespace'
27
26
import { toString as nlcstToString } from 'nlcst-to-string'
28
27
import { pointStart } from 'unist-util-position'
Original file line number Diff line number Diff line change 41
41
"hast-util-embedded" : " ^2.0.0" ,
42
42
"hast-util-is-element" : " ^2.0.0" ,
43
43
"hast-util-phrasing" : " ^2.0.0" ,
44
- "hast-util-to-string" : " ^1 .0.0" ,
44
+ "hast-util-to-string" : " ^2 .0.0" ,
45
45
"hast-util-whitespace" : " ^2.0.0" ,
46
46
"nlcst-to-string" : " ^3.0.0" ,
47
47
"unist-util-position" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments