backyard-generator 0.1.10

Convert AST node back to PHP code.
Documentation
1
2
3
4
5
6
---
source: crates/backyard-generator/tests/matchs.rs
expression: generate(asts).unwrap()
snapshot_kind: text
---
"$a = match($a) {\n  'ucs2', 'utf-16' => 2,\n  default => 1\n};"