@adaas/are-html 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,6 +404,7 @@ var AreDirectiveFor = class extends AreDirective {
404
404
  } else {
405
405
  result = store.get(arrayExpr);
406
406
  }
407
+ if (result == null) return [];
407
408
  if (!Array.isArray(result))
408
409
  throw new AreCompilerError({
409
410
  title: 'Invalid "for" Directive Value',