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.
passThrough
1 parent 4389c8f commit ae7296eCopy full SHA for ae7296e
lib/index.js
@@ -27,7 +27,7 @@
27
* Configuration.
28
* @property {VFile | null | undefined} [file]
29
* Corresponding virtual file representing the input document (optional).
30
- * @property {Array<string> | null | undefined} [passThrough]
+ * @property {Array<Nodes['type']> | null | undefined} [passThrough]
31
* List of custom hast node types to pass through (as in, keep) (optional).
32
*
33
* If the passed through nodes have children, those children are expected to
0 commit comments