Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Jun 11, 2021
1 parent 9c20e7e commit 49d437b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/mustachio/renderer_base.dart
Expand Up @@ -145,6 +145,8 @@ abstract class RendererBase<T> {
Template _template;

/// The output buffer into which [context] is rendered, using a template.
// TODO(srawlins): Pass around a single [StringBuffer], and make this field
// `final`.
StringBuffer buffer = StringBuffer();

final Set<String> _invisibleGetters;
Expand Down

0 comments on commit 49d437b

Please sign in to comment.