NightlyCommit / twing

First-class Twig engine for Node.js
BSD 2-Clause "Simplified" License
199 stars 23 forks source link

Output buffering doesn't support concurrent rendering #497

Closed ericmorand closed 4 years ago

ericmorand commented 4 years ago

Since our output buffering implementation is a static class, it doesn't support concurrent renderings. This prevents build tools based on Twing to render Twig templates concurrently.