dust.compileFn is incredibly useful, but only accepts uncompiled source. It would be incredibly helpful to be able to pass in already-compiled source for it to wrap.
It doesn't appear that there's a way to do this without modifying the source, because the "Stub" class is internal/inaccessible.
dust.compileFn is incredibly useful, but only accepts uncompiled source. It would be incredibly helpful to be able to pass in already-compiled source for it to wrap.
It doesn't appear that there's a way to do this without modifying the source, because the "Stub" class is internal/inaccessible.