feat: add the ability to specify a custom decode function

This commit is contained in:
Amaan Qureshi 2024-10-30 23:49:42 -04:00
parent e27160b118
commit 500f4326d5
10 changed files with 347 additions and 16 deletions

View file

@ -2163,6 +2163,7 @@ TSTree *ts_parser_parse_string_encoding(
&input,
ts_string_input_read,
encoding,
NULL,
});
}