creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
902 stars 110 forks source link

Added splat handling #71

Open jaen opened 12 years ago

jaen commented 12 years ago

As per issue #69 I refactored the splat handling into it's own branch and added tests. All the test pass.

I have several reservations about the code though and I'd like your input:

aaronblohowiak commented 8 years ago

Sorry, I made this have conflicts with other branches that I merged in. If you can make this merge cleanly again, I will merge it ASAP.