chore: shorten option name
This commit is contained in:
@@ -8,7 +8,7 @@ function compileToFunction(
|
||||
options?: CompilerOptions
|
||||
): RenderFunction {
|
||||
const { code } = compile(template, {
|
||||
hoistStaticTrees: true,
|
||||
hoistStatic: true,
|
||||
...options
|
||||
})
|
||||
return new Function(code)() as RenderFunction
|
||||
|
||||
Reference in New Issue
Block a user