praekeltfoundation / jspot

Extracts gettext strings from Javascript files into pot files
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Handle hbs sub expressions #22

Closed JSteunou closed 10 years ago

JSteunou commented 10 years ago

It should fix issue #21

JSteunou commented 10 years ago

Because of this recursive call added, I also change my "nodes" array to put the var in gather instead of handle_statements forEach which save me from a lot of concat and if return value is valid check.

justinvdm commented 10 years ago

Thanks for PR :) Never knew about sub-expressions until now tbh. Looks good, merging.

justinvdm commented 10 years ago

@JSteunou released 0.3.1 for this :)

JSteunou commented 10 years ago

Nice, ty