🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

lezer-javascript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-javascript - npm Package Compare versions

Comparing version

to
0.5.1

@@ -0,1 +1,7 @@

## 0.5.1 (2019-10-22)
### Bug fixes
Fix top prop missing from build output.
## 0.5.0 (2019-10-22)

@@ -2,0 +8,0 @@

@@ -93,2 +93,3 @@ 'use strict';

nodeProps: [
[lezer.NodeProp.top, 1,true],
[lezer.NodeProp.delim, 16,"( )",19,"[ ]",22,"{ }",38,"[ ]",39,"{ }",45,"{ }",49,"( )",61,"( )",65,"{ }",102,"{ }",108,"{ }",111,"( )",126,"{ }"]

@@ -95,0 +96,0 @@ ],

{
"name": "lezer-javascript",
"version": "0.5.0",
"version": "0.5.1",
"description": "lezer-based JavaScript grammar",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -11,2 +11,3 @@ // This file was generated by lezer-generator. You probably shouldn't edit it.

nodeProps: [
[NodeProp.top, 1,true],
[NodeProp.delim, 16,"( )",19,"[ ]",22,"{ }",38,"[ ]",39,"{ }",45,"{ }",49,"( )",61,"( )",65,"{ }",102,"{ }",108,"{ }",111,"( )",126,"{ }"]

@@ -13,0 +14,0 @@ ],

Sorry, the diff of this file is not supported yet