binding_web: Add Query.didExceedMatchLimit

This lets wasm clients check whether a query exceeded its maximum number
of in-progress matches.
This commit is contained in:
Douglas Creager 2021-04-27 09:21:38 -04:00
parent b5ec720696
commit e8eb3c5d5a
4 changed files with 32 additions and 0 deletions

View file

@ -76,6 +76,7 @@
"_ts_query_capture_name_for_id",
"_ts_query_captures_wasm",
"_ts_query_delete",
"_ts_query_did_exceed_match_limit_wasm",
"_ts_query_matches_wasm",
"_ts_query_new",
"_ts_query_pattern_count",