Comparing version 3.3.5 to 3.4.0
@@ -196,2 +196,4 @@ "use strict"; | ||
return this.decorators.in(text, definition); | ||
case "missing_program": | ||
return this.decorators.missingProgram(text, definition); | ||
case "option": | ||
@@ -198,0 +200,0 @@ return this.decorators.option(text, definition); |
@@ -45,2 +45,3 @@ import { ArgumentSchema, OptionSchema, ProgramSchema, SubcommandSchema } from "kmdr-parser"; | ||
in(text: string, node?: Node, definition?: NodeDefinition): T; | ||
missingProgram(text: string, node?: Node, definition?: NodeDefinition): T; | ||
newLine(): T; | ||
@@ -47,0 +48,0 @@ option(text: string, node?: Node, definition?: NodeDefinition): T; |
{ | ||
"name": "kmdr-ast", | ||
"version": "3.3.5", | ||
"version": "3.4.0", | ||
"description": "Traverse the AST of an explanation by kmdr", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58592
706