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.
@import
1 parent 0b5e501 commit 28a031fCopy full SHA for 28a031f
lib/index.js
@@ -1,11 +1,7 @@
1
/**
2
- * @typedef {import('hast').Element} Element
3
- * @typedef {import('hast').ElementContent} ElementContent
4
- * @typedef {import('hast').Root} Root
5
- *
6
- * @typedef {import('lowlight').LanguageFn} LanguageFn
7
8
- * @typedef {import('vfile').VFile} VFile
+ * @import {ElementContent, Element, Root} from 'hast'
+ * @import {LanguageFn} from 'lowlight'
+ * @import {VFile} from 'vfile'
9
*/
10
11
test.js
@@ -1,5 +1,5 @@
import assert from 'node:assert/strict'
0 commit comments