fix: roll in type

This commit is contained in:
cha0s 2020-06-22 18:19:18 -05:00
parent 1650ccddcc
commit de5b51b8ea

View File

@ -80,6 +80,7 @@ export class Context {
}
return {
children: {},
type,
...('function' === typeof types[type] ? types[type](variable) : types[type])
};
}