@unified-latex/unified-latex-util-argspec
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,4 +0,4 @@ | ||
export declare type Ast = Node[] | Node; | ||
export declare type Node = Optional | Mandatory | Verbatim | Body | Group | string; | ||
declare type Optional = OptionalArg | OptionalStar | OptionalToken | Embellishment; | ||
export type Ast = Node[] | Node; | ||
export type Node = Optional | Mandatory | Verbatim | Body | Group | string; | ||
type Optional = OptionalArg | OptionalStar | OptionalToken | Embellishment; | ||
interface AstNode { | ||
@@ -5,0 +5,0 @@ type: string; |
{ | ||
"name": "@unified-latex/unified-latex-util-argspec", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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.2.1" | ||
"@unified-latex/unified-latex-util-pegjs": "^1.2.2" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
23851