idk
This commit is contained in:
parent
99c294a9ba
commit
3719a3f6b3
6 changed files with 57 additions and 111 deletions
|
|
@ -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>{
|
||||
|
|
|
|||
Reference in a new issue