php-parser icon indicating copy to clipboard operation
php-parser copied to clipboard

:herb: NodeJS PHP Parser - extract AST or tokens

Results 48 php-parser issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.5.3 to 26.8.2. Release notes Sourced from eslint-plugin-jest's releases. v26.8.2 26.8.2 (2022-08-09) Bug Fixes max-expects: don't count expect.<member>() calls towards max (#1194) (75a0ff2) v26.8.1 26.8.1 (2022-08-08) Bug...

dependencies

Prepare the parser to PHP 8 : - [x] https://wiki.php.net/rfc/union_types_v2 Work In Progress as RFC are not yet closed

help wanted
good first issue

Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.6 to 7.18.10. Release notes Sourced from @​babel/preset-env's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@​zxbodya) babel-generator #14758 fix:...

dependencies

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.18.10. Release notes Sourced from @​babel/core's releases. v7.18.9 (2022-07-18) :bug: Bug Fix babel-plugin-transform-modules-systemjs, babel-types #14763 fix: allow exporting TSDeclareFunction as default (@​zxbodya) babel-generator #14758 fix:...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...

dependencies

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 3.6.11. Changelog Sourced from jsdoc's changelog. 3.6.11 (July 2022) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. Commits dc48aa6 3.6.11 cccfd3d...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

const parser = new engine({ // some options : parser: { extractDoc: true, php7: true, }, ast: { withPositions: true, }, }); // Load a static file (Note: this file...

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.2 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies