Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a NewBasicEngine function #104

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

jam3sn
Copy link
Contributor

@jam3sn jam3sn commented Nov 6, 2024

Checklist

  • I have read the contribution guidelines.
  • make test passes.
  • make lint passes.
  • New and changed code is covered by tests.
  • Performance improvements include benchmarks.
  • Changes match the documented (not just the implemented) behavior of Shopify.

This PR follows up this issue I raised recently.

I'd like to add new function to create a "basic" liquid engine which provides an instance of the liquid engine without the standard filters or tags registered. This would allow the developer to still render variables in a liquid template, but only use tags and filter they wish to register.

@danog danog merged commit f432a25 into osteele:main Nov 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants