Ben Gubler

Results 164 comments of Ben Gubler

This sounds fantastic, and I'm excited to help make Eta even better! @gurgunday has expressed interest in helping maintain Eta as well. @shadowtime2000 @gurgunday could you both contact me over...

Eta v3 has been designed with these ideas in mind, so I'll close this now.

I've closed this because we added a section to the documentation website and, as @shadowtime2000 mentioned, it should be possible to use Eta with Bun as-is.

Closing this as stale.

I'm going to close this as stale and because it's for Eta v2. I'd be open to accepting a pull request with this functionality for v3.

For JavaScript packages, the standard is to host on the NPM registry. Downloads can be downloaded from there, from unpkg, or from jsDelivr. I think that it's not necessary to...

Eta does require you to pass all three values (`exec`, `interpolate`, and `raw`) into `config.parse`. If rendering isn't working properly, there is probably another issue happening. @NewtTheWolf @flleeppyy could you...

After investigating, I realized that this is "expected" behavior. Eta does not support `-` or `_` as options to config.parse, because they're already recognized as whitespace-trimming characters. I will add...

@gkentr the second argument, `E`, should hold an Eta config object -- try passing in `eta.config`. Does that work for you?