Skip to content

Commit

Permalink
chore: clean up doctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Nov 26, 2023
1 parent 0d7858a commit 92a8f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/xast.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const visit = (node, visitor, parentNode) => {
exports.visit = visit;

/**
* @type {(node: XastChild, parentNode: XastParent) => void}
* @param {XastChild} node
* @param {XastParent} parentNode
*/
const detachNodeFromParent = (node, parentNode) => {
// avoid splice to not break for loops
Expand Down

0 comments on commit 92a8f4d

Please sign in to comment.