php-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "php-parser", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Parse PHP code and returns its AST", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# Releases | ||
## 2.0.0 (in progress) : | ||
## 2.0.0 : (2017-03-04) | ||
@@ -5,0 +5,0 @@ - Update AST for operators, unify bin/bool/coalesce nodes |
@@ -100,3 +100,3 @@ /*! | ||
} else if (this.token === '{') { | ||
name = items[0].name.name; | ||
name = items[0].name; | ||
items = this.next().read_use_declarations(type === null); | ||
@@ -103,0 +103,0 @@ this.expect('}') && this.next(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2224725