🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@chevrotain/gast

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chevrotain/gast - npm Package Compare versions

Comparing version
11.1.1
to
11.1.2
+3
-3
package.json
{
"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"
}

@@ -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;