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