mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 21:40:39 -07:00
refactor: add emitter for code generation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export class Emitter {
|
||||
public html: string = '';
|
||||
|
||||
public write (html: string) {
|
||||
this.html += html
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user