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) {
661661 if ( node . children && node . children . length > 0 ) {
662662 if ( node . type === 'mdxJsxTextElement' ) {
663663 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.
668664 state . containerPhrasing ( node , {
669665 ...tracker . current ( ) ,
670666 before : '>' ,
Original file line number Diff line number Diff line change 6161 "type-coverage" : " ^2.0.0" ,
6262 "typescript" : " ^5.0.0" ,
6363 "unist-util-remove-position" : " ^5.0.0" ,
64- "xo" : " ^0.59 .0"
64+ "xo" : " ^0.60 .0"
6565 },
6666 "scripts" : {
6767 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments