mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
perf: introduce AST to avoid reparse
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Context } from '../context/context'
|
||||
import { Token } from '../parser/token'
|
||||
import { Token } from '../tokens/token'
|
||||
import { Emitter } from '../render/emitter'
|
||||
|
||||
export interface Template {
|
||||
|
||||
Reference in New Issue
Block a user