Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
somebee committed May 1, 2024
1 parent af35f4e commit ed6aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/imba/src/compiler/nodes.imba1
Expand Up @@ -11118,7 +11118,7 @@ export class Tag < TagLike
if target and !alit
add "{vvar}[0]={target.c(o)}"
if key and !blit
add "{vvar}[0]={key.c(o)}"
add "{vvar}[1]={key.c(o)}"

elif val isa Variable
let getter = "function()\{ return {val.c(o)} \}"
Expand Down

0 comments on commit ed6aa9b

Please sign in to comment.