Skip to content

1.2.3 Hoisted Closures

Latest

Choose a tag to compare

@theodorejb theodorejb released this 11 Apr 00:02

Changed

  • Improved rendering performance by hoisting the closures for block bodies and {{else}} clauses, avoiding unnecessary re-allocation on repeated invocations.

Fixed

  • Failure to call ambiguous helper (e.g. {{foo}}) in strict mode.
  • blockParams count in HelperOptions for inverse helper calls.