We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5019b5e commit f9c3c49Copy full SHA for f9c3c49
index.js
@@ -4,7 +4,6 @@ var visit = require('unist-util-visit')
4
5
module.exports = removePosition
6
7
-/* Remove `position`s from `tree`. */
8
function removePosition(node, force) {
9
visit(node, force ? hard : soft)
10
return node
0 commit comments