implement compile/compileWith properly
Kacarott opened this issue · 1 comments
Kacarott commented
compileWith(options) should take options, filling in blanks with currently set options (or defaults?)
compile() should just be an alias for compileWith, with no arguments.
JohanWiltink commented
Done. Issue can be closed.