mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
feat: renderSync, parseAndRenderSync and renderFileSync, see #48
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export class Emitter {
|
||||
public html: string = '';
|
||||
public html = '';
|
||||
public break = false;
|
||||
public continue = false;
|
||||
|
||||
public write (html: string) {
|
||||
this.html += html
|
||||
|
||||
Reference in New Issue
Block a user