We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to : https://gitlab.com/kornelski/babel-preset-php/issues/4
<?php // this should not be valid a = 1;
Caused by a fallback trap : https://github.com/glayzzle/php-parser/blob/master/src/parser/statement.js#L330
There is no such fallback in PHP : https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L457
The text was updated successfully, but these errors were encountered:
#78 reproduce error with tests
f4a1be4
#78 avoid to assign on constants
a7c7c52
fixed
Sorry, something went wrong.
ichiriac
No branches or pull requests
Related to : https://gitlab.com/kornelski/babel-preset-php/issues/4
Caused by a fallback trap :
https://github.com/glayzzle/php-parser/blob/master/src/parser/statement.js#L330
There is no such fallback in PHP :
https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L457
The text was updated successfully, but these errors were encountered: