@traqula/chevrotain 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2084,7 +2084,7 @@ export abstract class GAstVisitor {
2084
2084
  visit(node: IProduction): any;
2085
2085
  abstract visitNonTerminal(node: NonTerminal): any;
2086
2086
  abstract visitAlternative(node: Alternative): any;
2087
- abstract visitOption(node: Option$1): any;
2087
+ abstract visitOption(node: Option): any;
2088
2088
  abstract visitRepetition(node: Repetition): any;
2089
2089
  abstract visitRepetitionMandatory(node: RepetitionMandatory): any;
2090
2090
  abstract visitRepetitionMandatoryWithSeparator(node: RepetitionMandatoryWithSeparator): any;
@@ -2139,7 +2139,7 @@ export declare class Alternative {
2139
2139
  /**
2140
2140
  * The Grammar AST class representing a {@link BaseParser.OPTION} call.
2141
2141
  */
2142
- declare class Option$1 implements IProductionWithOccurrence {
2142
+ export declare class Option implements IProductionWithOccurrence {
2143
2143
  idx: number;
2144
2144
  definition: IProduction[];
2145
2145
  constructor(options: {
@@ -2301,8 +2301,4 @@ export declare type GenerateDtsOptions = {
2301
2301
  visitorInterfaceName?: string;
2302
2302
  };
2303
2303
 
2304
- export {
2305
- Option$1 as Option,
2306
- };
2307
-
2308
2304
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@traqula/chevrotain",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "description": "Bundled Chevrotain re-export for Traqula",
6
6
  "lsd:module": true,
7
7
  "license": "Apache-2.0",
@@ -48,5 +48,5 @@
48
48
  "dts-bundle-generator": "^9.5.1",
49
49
  "esbuild": "^0.28.0"
50
50
  },
51
- "gitHead": "be0bce03cb4d2f3d4e925b770048415eaa6e641a"
51
+ "gitHead": "e0f102abaf3cad07d6d8ef7c2ad00ea8448c6e9c"
52
52
  }