mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
perf: parse filenames in parse() insteadof render()
This commit is contained in:
@@ -14,7 +14,7 @@ export class Emitter {
|
||||
if (this.keepOutputType === true) {
|
||||
html = toValue(html)
|
||||
} else {
|
||||
html = stringify(toValue(html))
|
||||
html = stringify(html)
|
||||
}
|
||||
// This will only preserve the type if the value is isolated.
|
||||
// I.E:
|
||||
|
||||
Reference in New Issue
Block a user