TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
561 stars 92 forks source link

Re-add support for arbitrary whitespace in expressions #54

Closed czosel closed 5 years ago

czosel commented 5 years ago

Hi @TomFrost

First of all, thank you for your work on this excellent project! :pray:

This fix has already been added in https://github.com/TomFrost/Jexl/pull/19, but seems to have been lost during the merge of 2.0. This is just repeating the same change while adapting it to the updated code style.

anehx commented 5 years ago

@TomFrost Is there something missing that prevents this from being merged?

TomFrost commented 5 years ago

Sorry for my late attention on this one -- merging now, thank you!

czosel commented 5 years ago

No worries, thanks for merging :wink: