Function ts_parser_parse_with_options

Source
pub unsafe extern "C" fn ts_parser_parse_with_options(
    self_: *mut TSParser,
    old_tree: *const TSTree,
    input: TSInput,
    parse_options: TSParseOptions,
) -> *mut TSTree
Expand description

Use the parser to parse some source code and create a syntax tree, with some options.

See ts_parser_parse for more details.

See TSParseOptions for more details on the options.