@unified-latex/unified-latex-util-arguments
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -67,2 +67,5 @@ import { arg } from "@unified-latex/unified-latex-builder"; | ||
} | ||
// NOTE: Fallthrough is on purpose. | ||
// Matching a mandatory argument and an optional argument is the same for our purposes | ||
// because we're not going to fail to parse because of a missing argument. | ||
case "optional": | ||
@@ -69,0 +72,0 @@ if (acceptGroup && match.group(currNode)) { |
{ | ||
"name": "@unified-latex/unified-latex-util-arguments", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Tools for manipulating unified-latex ASTs", | ||
@@ -10,7 +10,7 @@ "main": "index.js", | ||
"@unified-latex/unified-latex-types": "^1.8.0", | ||
"@unified-latex/unified-latex-util-argspec": "^1.8.1", | ||
"@unified-latex/unified-latex-util-argspec": "^1.8.2", | ||
"@unified-latex/unified-latex-util-match": "^1.8.0", | ||
"@unified-latex/unified-latex-util-render-info": "^1.8.0", | ||
"@unified-latex/unified-latex-util-render-info": "^1.8.2", | ||
"@unified-latex/unified-latex-util-scan": "^1.8.0", | ||
"@unified-latex/unified-latex-util-visit": "^1.8.0", | ||
"@unified-latex/unified-latex-util-visit": "^1.8.2", | ||
"unified": "^10.1.2" | ||
@@ -17,0 +17,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
90931
873