TomFrost / Jexl

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

Add synchronous evaluation with a synchronous Promise stub #48

Closed TomFrost closed 5 years ago

GaborTorma commented 5 years ago

Hi, Is it possible to create a one file dist version? Thanx!

TomFrost commented 5 years ago

Hi Gabor!

I removed the dist file in the 2.0 release for a few different reasons:

I'd strongly recommend looking into a bundler for your project , as it really is the best way to go in most cases. We use Parcel at my company and love it -- there's no config file and it makes all the right choices. If you require a dist file and can't build it yourself, the last one made available is for version 1.1.4 here: https://github.com/TomFrost/Jexl/tree/1.1.4/dist

Best of luck!