@unified-latex/unified-latex-util-match
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -94,2 +94,5 @@ // libs/match.ts | ||
}, | ||
/** | ||
* Matches whitespace or a comment with leading whitespace. | ||
*/ | ||
whitespaceLike(node) { | ||
@@ -96,0 +99,0 @@ if (node == null) { |
{ | ||
"name": "@unified-latex/unified-latex-util-match", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Match nodes in a unified-latex AST", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.2.2", | ||
"@unified-latex/unified-latex-util-print-raw": "^1.2.2" | ||
"@unified-latex/unified-latex-types": "^1.3.0", | ||
"@unified-latex/unified-latex-util-print-raw": "^1.3.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
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
36116
414