caub / pg-tsquery

:mag: Parse user input into a valid PostgreSQL tsquery
https://caub.github.io/pg-tsquery
58 stars 8 forks source link

[Typescript] Expose Tsquery and Node #24

Closed tomquist closed 1 year ago

tomquist commented 1 year ago

This adds types for Tsquery and Node. For now this only exposes interfaces matching the Node class for stricter types.

codecov[bot] commented 1 year ago

Codecov Report

Merging #24 (3506e79) into master (76b388c) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 3506e79 differs from pull request most recent head 5ffed04. Consider uploading reports for the commit 5ffed04 to get more accurate results

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   96.84%   96.84%           
=======================================
  Files           1        1           
  Lines          95       95           
=======================================
  Hits           92       92           
  Misses          3        3           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

caub commented 1 year ago

Thanks @tomquist I don't know TS too much, but that looks good