rinehimer / jxtl

Automatically exported from code.google.com/p/jxtl
Apache License 2.0
0 stars 2 forks source link

Generating JavaScript #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
One of the languages that cannot be targeted easily is JavaScript because it 
runs on a client side browser.  However, it should be possible to transform a 
JXTL file into JavaScript source.  It should be something similar to Closure 
Templates -- http://code.google.com/closure/templates/

This feature would be very useful because it would mean you could reuse a 
template in both a server and client side context and get the exact same 
results.

Original issue reported on code.google.com by rinehi...@gmail.com on 19 Jan 2011 at 2:23