dustjs
dustjs copied to clipboard
Dust 3.0
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
Would it be possible to avoid global state? And using Promises instead of callbacks?
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 .
Will it remain support Nashorn ?