This commit is contained in:
Asaki Yuki 2026-01-24 21:42:11 +07:00
parent 99c294a9ba
commit 3719a3f6b3
6 changed files with 57 additions and 111 deletions

View file

@ -292,7 +292,7 @@ export class Parser {
out(): { gen?: BindingItem[]; out: Expression } {
return {
out: this.output,
out: `(${this.output})`,
gen: this.genBindings.map(
({ source, target }) =>
<BindingItem>{