node-blade icon indicating copy to clipboard operation
node-blade copied to clipboard

Blade - HTML Template Compiler, inspired by Jade & Haml

Results 9 node-blade issues
Sort by recently updated
recently updated
newest added

Meteor has apparently dropped Spark. Is Live UI plugin still relevant?

feature request
on hold

Certain frameworks rely on specifically crafted attributes: ````html ```` However, blade fails if given button(v-on:submit.prevent="foo") This wouldn't work either: button(@attr="foo")

feature request
parser
pull-requests-wanted

feature request
pull-requests-wanted

Prevent stuff like `blah`

feature request
runtime
on hold

``` img(src="/image.png"alt="") ``` throws a compilation error. AST looks like this: ``` AST: { doctypes: [], nodes: [ { type: 'tag', name: 'img', id: null, classes: [], attributes: { src:...

minor bug

If there is a problem with the Blade compiler, or more likely, if there is a syntax error with the JavaScript code in a template, Node.js will not provide any...

feature request
compiler

It seems reasonable to expect this to work: ``` render foo("..")#id.class ``` given the similar format in ``` call dialog("Blade is awesome")#foobar.foo.bar ``` I imagine it would attach #id.class to...

feature request
pull-requests-wanted

Hi there! I've identified several prototype pollution gadgets within the `node-blade` template engine that could potentially be leveraged by attackers to achieve remote code execution via prototype pollution vulnerabilities. **In...

This project hasn't been maintained in a long time and has unfortunately accumulated a fair amount of technical debt. Additionally, I will be abandoning the `blade` project name in the...