We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 9d7a2f7 commit 0a30b45Copy full SHA for 0a30b45
package.json
@@ -38,7 +38,6 @@
38
"@types/unist": "^3.0.0",
39
"ccount": "^2.0.0",
40
"comma-separated-tokens": "^2.0.0",
41
- "hast-util-raw": "^9.0.0",
42
"hast-util-whitespace": "^3.0.0",
43
"html-void-elements": "^3.0.0",
44
"mdast-util-to-hast": "^13.0.0",
test/raw.js
@@ -1,5 +1,5 @@
1
/**
2
- * @typedef {import('hast-util-raw')} DoNotTouchThisRegistersRawInTheTree
+ * @typedef {import('mdast-util-to-hast')} DoNotTouchThisRegistersRawInTheTree
3
*/
4
5
import assert from 'node:assert/strict'
0 commit comments