refactor: undefined -> null

This commit is contained in:
cha0s 2021-02-01 21:56:34 -06:00
parent 21e70ac4e4
commit 76a354bab6
2 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,7 @@ const Expression = ({
path: opPath,
value: {
type: 'literal',
value: null,
},
});
}

View File

@ -36,6 +36,7 @@ const Invocation = ({
path: argPath,
value: {
type: 'literal',
value: null,
},
});
return;