handlebars.java icon indicating copy to clipboard operation
handlebars.java copied to clipboard

[ISSUE - 1167] Add support for child-first resolution

Open sshailabh opened this issue 2 months ago • 1 comments

Handlebars.js uses child-first resolution instead of parent-first resolution: https://handlebarsjs.com/guide/expressions.html#changing-the-context

This pr allows to define the resolution(child-first vs parent-first) in the Handlebars intilaization allowing clients to decide the resolution method. Default resolution is parent-first making it backward compatible.

Issue link: https://github.com/jknack/handlebars.java/issues/1167

sshailabh avatar Dec 01 '25 23:12 sshailabh

@sshailabh That's awesome! Can't wait for it to be merged 🔥

DatApplePy avatar Dec 02 '25 00:12 DatApplePy