kirbysayshi/vash

Add support for compile file

Opened this issue · 0 comments

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.