perf: improve VNode creation performance with compiler hints (#3334)
This commit is contained in:
@@ -241,6 +241,7 @@ function createVNodeSlotBranch(
|
||||
): ReturnStatement {
|
||||
// apply a sub-transform using vnode-based transforms.
|
||||
const rawOptions = rawOptionsMap.get(parentContext.root)!
|
||||
|
||||
const subOptions = {
|
||||
...rawOptions,
|
||||
// overwrite with vnode-based transforms
|
||||
|
||||
Reference in New Issue
Block a user