stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.35k stars 225 forks source link

Make Environment.extensions mutable #125

Closed BrettRToomey closed 7 years ago

BrettRToomey commented 7 years ago

Is there a reason why the member extensions in Environment is a constant? Would it be possible to make it mutable? It would make the interface a lot nicer for all packages that depend on mine.