@unified-latex/unified-latex-util-pegjs
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,2 +0,2 @@ | ||
declare type StringlikeArray = any[] & string; | ||
type StringlikeArray = any[] & string; | ||
/** | ||
@@ -3,0 +3,0 @@ * Pegjs operates on strings. However, strings and arrays are very similar! |
@@ -1,2 +0,2 @@ | ||
declare type PegParser = { | ||
type PegParser = { | ||
parse: (input: string | unknown[], options?: unknown) => any; | ||
@@ -3,0 +3,0 @@ SyntaxError: (message: string, expected: string, found: unknown, location: unknown) => unknown; |
{ | ||
"name": "@unified-latex/unified-latex-util-pegjs", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "PEGjs grammars and tools for constructing unified-latex ASTs", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@unified-latex/unified-latex-types": "^1.2.1", | ||
"@unified-latex/unified-latex-util-match": "^1.2.1" | ||
"@unified-latex/unified-latex-types": "^1.2.2", | ||
"@unified-latex/unified-latex-util-match": "^1.2.2" | ||
}, | ||
@@ -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 too big to display
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
27902
2039538