php-parser
Advanced tools
Comparing version 3.1.0-beta.2 to 3.1.0-beta.3
@@ -5,3 +5,3 @@ /*! | ||
* Parse PHP code from JS and returns its AST | ||
* Build: 8e6598903998e5d7291e - 2021-4-4 | ||
* Build: 52717377ec5c83375faa - 2/20/2022 | ||
* Copyright (C) 2021 Glayzzle (BSD-3-Clause) | ||
@@ -8,0 +8,0 @@ * @authors https://github.com/glayzzle/php-parser/graphs/contributors |
{ | ||
"name": "php-parser", | ||
"version": "3.1.0-beta.2", | ||
"version": "3.1.0-beta.3", | ||
"description": "Parse PHP code from JS and returns its AST", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -33,3 +33,3 @@ /** | ||
this.short_tags = false; | ||
this.version = 800; | ||
this.version = 810; | ||
this.yyprevcol = 0; | ||
@@ -36,0 +36,0 @@ this.keywords = { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
791920
22002