File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -661,10 +661,6 @@ export function mdxJsxToMarkdown(options) {
661
661
if ( node . children && node . children . length > 0 ) {
662
662
if ( node . type === 'mdxJsxTextElement' ) {
663
663
value += tracker . move (
664
- // @ts -expect-error: `containerPhrasing` is typed correctly, but TS
665
- // generates *hardcoded* types, which means that our dynamically added
666
- // directives are not present.
667
- // At some point, TS should fix that, and `from-markdown` should be fine.
668
664
state . containerPhrasing ( node , {
669
665
...tracker . current ( ) ,
670
666
before : '>' ,
Original file line number Diff line number Diff line change 61
61
"type-coverage" : " ^2.0.0" ,
62
62
"typescript" : " ^5.0.0" ,
63
63
"unist-util-remove-position" : " ^5.0.0" ,
64
- "xo" : " ^0.59 .0"
64
+ "xo" : " ^0.60 .0"
65
65
},
66
66
"scripts" : {
67
67
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments