php-parser
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "php-parser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Parse PHP code and returns its AST", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -184,3 +184,3 @@ /*! | ||
} | ||
} else if (result.kind === 'unary') { | ||
} else if (result.kind === 'unary' && result.what) { | ||
var out = result.precedence(result.what); | ||
@@ -187,0 +187,0 @@ if (out) { // shift with precedence |
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
2224779