We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hast-util-to-string
1 parent 1f2630c commit 1ee84f3Copy full SHA for 1ee84f3
lib/enter-state.js
@@ -8,8 +8,7 @@
8
9
import {direction} from 'direction'
10
import {isElement} from 'hast-util-is-element'
11
-// @ts-expect-error: to do type.
12
-import toString from 'hast-util-to-string'
+import {toString} from 'hast-util-to-string'
13
import {svg} from 'property-information'
14
import {visit, EXIT, SKIP} from 'unist-util-visit'
15
import {element} from './util.js'
package.json
@@ -46,7 +46,7 @@
46
"direction": "^2.0.0",
47
"hast-util-has-property": "^2.0.0",
48
"hast-util-is-element": "^2.0.0",
49
- "hast-util-to-string": "^1.0.0",
+ "hast-util-to-string": "^2.0.0",
50
"hast-util-whitespace": "^2.0.0",
51
"not": "^0.1.0",
52
"nth-check": "^2.0.0",
0 commit comments