Skip to content

Commit

Permalink
Fix to make options types optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 2, 2021
1 parent 3b1ecad commit 2d212ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @typedef {Literal & {type: 'comment', value: {stitch: UnistNode}}} Stitch
*
* @typedef Options
* @property {Array.<string>} passThrough List of custom hast node types to pass through (keep) in hast. If the passed through nodes have children, those children are expected to be hast and will be handled
* @property {Array.<string>} [passThrough] List of custom hast node types to pass through (keep) in hast. If the passed through nodes have children, those children are expected to be hast and will be handled
*
* @typedef HiddenTokenizer
* @property {Array.<HiddenLocationTracker>} __mixins Way too simple, but works for us.
Expand Down

0 comments on commit 2d212ab

Please sign in to comment.