-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1302 While trying to answer #1302, I noticed that the compiler-api example did not work in (because `nameLookup` is actually at the prototype). This example has a jsfiddle that proves it is working. It does not provide an solve the exact problem of the reporter, but it answers the question.
- Loading branch information
Showing
1 changed file
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c997020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nknapp thanks for this example. When using the
with
helper, thelookupLowerCase
helper no longer gets called. I've tried a few things without success to get this working. I think thewith
helper is being executed with the original Handlebars. Can you update the example if you know how to get this working? Thanks.c997020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, could you create a separate issue with your question? It would also be helpful if you create a fiddle based on https://jsfiddle.net/9D88g/85/ to show what you have tried. As far as can tell, it works with the
with
-helper https://jsfiddle.net/9D88g/160/c997020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I'll create a new issue. Here's a fiddle demonstrating what I'm talking about: https://jsfiddle.net/ujp6v98h/ I'll put it in the issue. Thanks.
c997020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue created: #1376