dustjs icon indicating copy to clipboard operation
dustjs copied to clipboard

Dust 3.0

Open sethkinast opened this issue 9 years ago • 3 comments

Tracking issue for Dust@3

  • [ ] Remove the .join() "optimization"
  • [ ] Flip the default whitespace flag to not strip
  • [ ] ES6 modules for compiler and parser
  • [ ] pegJS >= 0.10
  • [ ] dustr #621
  • [ ] bump deps
  • [ ] no Rhino test support
  • [ ] Support Node >= 4
  • [ ] Put dustc and dustr in their own NPM package

sethkinast avatar Sep 12 '16 18:09 sethkinast

Would it be possible to avoid global state? And using Promises instead of callbacks?

ysangkok avatar Sep 30 '16 11:09 ysangkok

May promise implementations have denodeify or promisify On Fri, Sep 30, 2016 at 4:05 AM Janus Troelsen [email protected] wrote:

Would it be possible to avoid global state? And using Promises instead of callbacks?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/linkedin/dustjs/issues/745#issuecomment-250718261, or mute the thread https://github.com/notifications/unsubscribe-auth/AAr2h-GcTQjvuub-S9EZBPBq_BAoL9Jhks5qvO0CgaJpZM4J66So .

jimmyhchan avatar Sep 30 '16 12:09 jimmyhchan

Will it remain support Nashorn ?

djx314 avatar Jan 11 '17 17:01 djx314