Skip to content

Commit 8788add

Browse files
committed
Remove unused hast-util-raw dependency
1 parent 9d7a2f7 commit 8788add

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@types/unist": "^3.0.0",
3939
"ccount": "^2.0.0",
4040
"comma-separated-tokens": "^2.0.0",
41-
"hast-util-raw": "^9.0.0",
4241
"hast-util-whitespace": "^3.0.0",
4342
"html-void-elements": "^3.0.0",
4443
"mdast-util-to-hast": "^13.0.0",

Diff for: test/raw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {import('hast-util-raw')} DoNotTouchThisRegistersRawInTheTree
2+
* @typedef {import('mdast-util-to-hast')} DoNotTouchThisRegistersRawInTheTree
33
*/
44

55
import assert from 'node:assert/strict'

0 commit comments

Comments
 (0)