We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
undefined
1 parent d59772d commit a5efb4fCopy full SHA for a5efb4f
inst/js/parse.js
@@ -29,7 +29,7 @@ function ffi_text_parse_at_path(text, path, parse_options) {
29
if (node) {
30
return get_node_value(node);
31
} else {
32
- return undefined;
+ return null;
33
}
34
35
0 commit comments