@chevrotain/gast
Advanced tools
+3
-3
| { | ||
| "name": "@chevrotain/gast", | ||
| "version": "11.1.1", | ||
| "version": "11.1.2", | ||
| "description": "Grammar AST structure for Chevrotain Parsers", | ||
@@ -42,3 +42,3 @@ "keywords": [], | ||
| "dependencies": { | ||
| "@chevrotain/types": "11.1.1", | ||
| "@chevrotain/types": "11.1.2", | ||
| "lodash-es": "4.17.23" | ||
@@ -52,3 +52,3 @@ }, | ||
| }, | ||
| "gitHead": "231517dc18d0f89f7a78488a2e546678acc62481" | ||
| "gitHead": "3a0ee6abc9ef3b22448cc72ec54ec4987e44ab9b" | ||
| } |
+3
-3
@@ -26,5 +26,5 @@ import { assign, forEach, isRegExp, isString, map, pickBy } from "lodash-es"; | ||
| export abstract class AbstractProduction<T extends IProduction = IProduction> | ||
| implements IProduction | ||
| { | ||
| export abstract class AbstractProduction< | ||
| T extends IProduction = IProduction, | ||
| > implements IProduction { | ||
| public get definition(): T[] { | ||
@@ -31,0 +31,0 @@ return this._definition; |
56649
0.01%+ Added
- Removed
Updated