Git Product home page Git Product logo

Comments (9)

ilyapuchka avatar ilyapuchka commented on June 12, 2024 2

FYI I created a PR that implements this stencilproject/Stencil#179

from stencilswiftkit.

djbe avatar djbe commented on June 12, 2024 1

Note: we should update to Stencil 0.11 to get the new split filter and range support.

from stencilswiftkit.

AliSoftware avatar AliSoftware commented on June 12, 2024

I don't think you're missing anything obvious, as the {% for %} tag are usually used to iterate over an existing array provided by the Stencil context already, and I don't think we have a tag to dynamically create an array or sequence from 0 to N from a template.

I'm surprised that "1,2,3,4"|split:',' doesn't work though

Might be a good idea for a new tag or a for i in 0...5 kind of variation

\cc @kylef @ilyapuchka thoughts?

from stencilswiftkit.

ilyapuchka avatar ilyapuchka commented on June 12, 2024

I was actually thinking about implementing range literals over last days, but dropped this idea, I can imaging some complications in parsing this as variables also can use .. Maybe something like
for i in 1 to 3 can be an alternative?

from stencilswiftkit.

ilyapuchka avatar ilyapuchka commented on June 12, 2024

Regarding split filter, I can't see it neither in Stencil, nor here, but definitely can be a quick fix for this case.

from stencilswiftkit.

ilyapuchka avatar ilyapuchka commented on June 12, 2024

@royalstream And of course you can just have range passed in as variable in context, Stencil supports iterating open and closed ranges.

from stencilswiftkit.

AliSoftware avatar AliSoftware commented on June 12, 2024

Wow indeed I'm quite surprised we don't have this one, for some reason I was pretty sure we had it already… (I probably thought that because we do have its counterpart join πŸ˜‰)
Would definitely be a nice addition in any case πŸ‘

from stencilswiftkit.

royalstream avatar royalstream commented on June 12, 2024

Using "1,2,3"|split(',') would be an inferior alternative anyway because you wouldn't be able to do things like this:

{% for i in 1 to 10 %}
  {% for j in 1 to i %}
....
  {% endfor %}
{% endfor %}

from stencilswiftkit.

ilyapuchka avatar ilyapuchka commented on June 12, 2024

I've also submitted PR to Stencil with split filter stencilproject/Stencil#187

from stencilswiftkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.