stampino icon indicating copy to clipboard operation
stampino copied to clipboard

A composable DOM template system

Results 17 stampino issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Would be nice to alias the item name for repeats, especially in nested repeats, a la the venerable old `` ```html Posts {{ post.title }} {{ post.summary }} {{ tag...

And support a key function in a `key` attribute.

When overriding a block you may want to invoke the super block `{{ super() }}` should work, we just have to manipulate the scope. See Jinja: https://jinja.palletsprojects.com/en/2.11.x/templates/#super-blocks

We need to figure out the semantics for template calls and precedence. Right now a block renders the fallback content unless it is overridden by a sub-template, but it should...

With the latest change to `prepareTemplate()` we now only support one level of inheritance. We probably need to return an object from `prepareTemplate()` that includes the inheritance information and can...

It would be really cool to have a REPL/Playground site that users could experiment with. Maybe this could be based on https://github.com/PolymerLabs/playground-elements