fix: roll in type
This commit is contained in:
parent
1650ccddcc
commit
de5b51b8ea
|
@ -80,6 +80,7 @@ export class Context {
|
|||
}
|
||||
return {
|
||||
children: {},
|
||||
type,
|
||||
...('function' === typeof types[type] ? types[type](variable) : types[type])
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user