const classafSlim::SlimCompiler

sys::Obj
  afSlim::SlimCompiler

Compiles slim templates into efan templates.

compileFromFile

Source

Str compileFromFile(File slimFile)

Compiles the given slim file into an efan template.

compileFromStr

Source

Str compileFromStr(Uri srcLocation, Str slimTemplate)

Compiles the given slim template into an efan template.

make

Source

new make(|This? in := null)

srcCodePadding

Source

const Int srcCodePadding := 5