You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const engine= new liquidjs.Liquid();
engine.parseAndRender(template, data)
is causing the following error
Uncaught (in promise) ReferenceError: Buffer is not defined
at node.ts:9
at ke.ee (token.ts:15)
at new ke (html-token.ts:5)
at Me.readHTMLToken (tokenizer.ts:118)
at Me.readToken (tokenizer.ts:107)
at Me.readTokens (tokenizer.ts:96)
at Hr.parse (liquid.ts:42)
at Hr._parseAndRender (liquid.ts:59)
at Hr.<anonymous> (liquid.ts:63)
at liquid.min.js:1
The text was updated successfully, but these errors were encountered:
I'm referencing only
<script src="//unpkg.com/liquidjs/dist/liquid.min.js"></script>
and calling
is causing the following error
The text was updated successfully, but these errors were encountered: