refactor: undefined -> null
This commit is contained in:
parent
21e70ac4e4
commit
76a354bab6
|
@ -273,6 +273,7 @@ const Expression = ({
|
|||
path: opPath,
|
||||
value: {
|
||||
type: 'literal',
|
||||
value: null,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ const Invocation = ({
|
|||
path: argPath,
|
||||
value: {
|
||||
type: 'literal',
|
||||
value: null,
|
||||
},
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user