Skip to content

v0.8.4

Latest
Compare
Choose a tag to compare
@ezhlobo ezhlobo released this 29 Aug 11:35
· 0 commits to master since this release

Fixed

  • Now we resolve and understand used variables when we use nested iterations correctly:

    each item in props.list
      each inside in item
        = inside.a

    In this example props.list[][].a will be marked as used.