Skip to content
#

liquid

Here are 538 public repositories matching this topic...

mitosis
samijaber
samijaber commented Jun 6, 2022

As per my comment in BuilderIO/mitosis#444 (comment), this is generating confusion.

Things to do:

  • rename the .lite.tsx outputted file's extension to original.lite.tsx, because it's actually the original file and is not transformed or generated in any way original generated file, and has not undergone additional mitosis build specific transp
good first issue cli
epage
epage commented Dec 11, 2018

Example test case:

#[test]
#[should_panic]
fn test_recursively_included_template_does_not_produce_endless_loop() {
    panic!("We don't check recursion depth");
    /*
    let parser = liquid::ParserBuilder::with_liquid().include_source(Box::new(InfiniteFileSystem)).build();
    parser.parse("{% include 'loop' %}").unwrap();
    */
}

We probably want Parser to have an `

bug good first issue

Improve this page

Add a description, image, and links to the liquid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the liquid topic, visit your repo's landing page and select "manage topics."

Learn more