php-parser
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -5,3 +5,3 @@ /*! | ||
* Parse PHP code from JS and returns its AST | ||
* Build: c9b425620ac4e6b9cc9c - 1/11/2023 | ||
* Build: d88605b67dbca1a7cb45 - 3/21/2023 | ||
* 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.3", | ||
"version": "3.1.4", | ||
"description": "Parse PHP code from JS and returns its AST", | ||
@@ -65,22 +65,22 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/core": "^7.21.3", | ||
"@babel/preset-env": "^7.20.2", | ||
"babel-loader": "^9.1.0", | ||
"babel-loader": "^9.1.2", | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^8.30.0", | ||
"eslint-plugin-jest": "^27.1.7", | ||
"eslint": "^8.36.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^8.0.2", | ||
"jest": "^29.3.1", | ||
"jest-runner-eslint": "^1.1.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-runner-eslint": "^2.0.0", | ||
"jsdoc": "^3.6.11", | ||
"jsdoc-template": "^1.2.0", | ||
"lodash.template": ">=4.5.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.6", | ||
"tsd-jsdoc": "^2.5.0", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack": "^5.76.2", | ||
"webpack-cli": "^5.0.1", | ||
"yarpm": "^1.2.0" | ||
} | ||
} |
@@ -46,2 +46,3 @@ /** | ||
case "!": | ||
case ".": | ||
return this.consume_TOKEN(); | ||
@@ -48,0 +49,0 @@ case "[": |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
811806
22585