Glayzzle Php Parser Versions Save

:herb: NodeJS PHP Parser - extract AST or tokens

v3.1.5

10 months ago
  • (PHP 8.1) Added support for class constants with FINAL keyword (#1110, thanks @cseufert!)
  • upgrade dependencies (#1115)

v3.1.4

1 year ago
  • fix: add support for string concatenation in attributes (#1077, thanks @NorthBlue333!)
  • chore: upgrade dependencies (#1078)

v3.1.3

1 year ago
  • feat: support for readonly class (#1046, thanks @genintho!)
  • chore: upgrade dependencies (#1050)

v3.1.2

1 year ago
  • Fix for expression in new statement (#1020, thanks @cseufert!)
  • chore: upgrade dependencies (#1028)

v3.1.1

1 year ago
  • fix for readonly keyword ordering (#997, thanks @cseufert!)
  • chore: upgrade dependencies (#1001)

v3.1.0

1 year ago
  • Typescript now reads type information without error (#980, thanks @ytetsuro!)
  • dependency updates

v3.1.0-beta.11

1 year ago
  • Handle property types using T_NAME_* tokens (#960, thanks @MaartenStaa!)
  • Implement parsing of PHP 8.1's explicit octals (#961, thanks @MaartenStaa!)
  • Dependency updates

v3.1.0-beta.10

1 year ago
  • Fix error on variadic function calls (#949, thanks @MaartenStaa!)
  • upgrade dependencies (#951)

v3.1.0-beta.9

1 year ago
  • fix: enum as identifier name (#941)

v3.1.0-beta.8

1 year ago
  • feat: Add PHP 8.1 first class callable support (#937, thanks @MaartenStaa!)