Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handlebars collision #191

Open
AngryBeaver opened this issue Apr 9, 2023 · 0 comments
Open

Handlebars collision #191

AngryBeaver opened this issue Apr 9, 2023 · 0 comments

Comments

@AngryBeaver
Copy link

jfi: my module just collided with your implementation of isEmpty.
i now prefixed mine but i had a look at your methods.

You actually have implemented an ifIsEmpty and i just wanted to point out that some things you implemented are already availabled.

e,g,
Do you know you can do {{#if (eq a b)}} or {{#if (not (eq a b)}} <- there is gt lt eq etc alot comming as basic with foundry.

my isEmpty method would be on the same level e.g. {{if (isEmpty a)}} <- that is why we collide as yours is {{#isEmpty a}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant