Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 16 May 14:36
· 54 commits to main since this release

Added

  • Project stats playground expanded from 10 to 50 open-source PHP projects with per-directory breakdown and expandable node-variant rows.
  • Per-project stats pages with interactive directory tree navigation.
  • AST node comparison page for side-by-side project analysis.

Fixed

  • Parser no longer consumes [index] after ->prop in string interpolation (php-rs-parser).
  • Parser now correctly handles single-keyword asymmetric visibility (private(set)) (php-rs-parser).