@unified-latex/unified-latex-util-argspec
Advanced tools
Comparing version 1.0.12 to 1.1.0
@@ -52,3 +52,6 @@ // libs/argspec-parser.ts | ||
default: | ||
console.warn(`Unknown node type "${node.type}" for node`, node); | ||
console.warn( | ||
`Unknown node type "${node.type}" for node`, | ||
node | ||
); | ||
return ""; | ||
@@ -55,0 +58,0 @@ } |
{ | ||
"name": "@unified-latex/unified-latex-util-argspec", | ||
"version": "1.0.12", | ||
"version": "1.1.0", | ||
"description": "Tools parsing a LaTeX argument specification in the xparse format", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-util-pegjs": "^1.0.12" | ||
"@unified-latex/unified-latex-util-pegjs": "^1.1.0" | ||
}, | ||
@@ -11,0 +11,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
23867
233