@unified-latex/unified-latex-util-trim
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -38,2 +38,3 @@ // libs/trim.ts | ||
} | ||
delete trailingToken.suffixParbreak; | ||
if (match.comment(trailingToken) && trailingToken.leadingWhitespace && !trailingToken.sameline) { | ||
@@ -40,0 +41,0 @@ trailingToken.leadingWhitespace = false; |
{ | ||
"name": "@unified-latex/unified-latex-util-trim", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Functions for modifying a unified-latex AST", | ||
@@ -9,4 +9,4 @@ "main": "index.js", | ||
"@unified-latex/unified-latex-types": "^1.0.7", | ||
"@unified-latex/unified-latex-util-match": "^1.0.7", | ||
"@unified-latex/unified-latex-util-visit": "^1.0.7", | ||
"@unified-latex/unified-latex-util-match": "^1.0.8", | ||
"@unified-latex/unified-latex-util-visit": "^1.0.8", | ||
"unified": "^10.1.2" | ||
@@ -13,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31046
205