tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Ensure that undefined is never printed #47

Closed tbranyen closed 10 years ago

tbranyen commented 10 years ago

There is a bug where undefined would be printed literally. The compiler has been updated to account for this.