kirbysayshi / vash

Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates
Other
524 stars 60 forks source link

Add support for compile file #134

Open athena123 opened 4 years ago

athena123 commented 4 years ago

such as const result = vash.compile('file.vash') and within the file, the @html.extend('layout.file', function(model) {}) also getsautomatically compiled to its final form. The desired result is result contains the fully compiled code without referring to layout.file anymore.