escalier-lang / escalier

A compile-to-JavaScript language with tight TypeScript integration.
https://escalier-lang.github.io/escalier/
MIT License
21 stars 1 forks source link

Update escalier_cli to use new crates #698

Closed kevinbarabash closed 1 year ago

kevinbarabash commented 1 year ago

This will allow us to finally get rid of tree-sitter. There's a number of tests that need to be fixed, but I'll be tackling that in subsequent PRs because there's already a lot of changes in this one.

codecov[bot] commented 1 year ago

Codecov Report

Merging #698 (5ca45f8) into main (718818a) will decrease coverage by 0.44%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #698      +/-   ##
==========================================
- Coverage   88.60%   88.17%   -0.44%     
==========================================
  Files         112      112              
  Lines       25259    25261       +2     
==========================================
- Hits        22380    22273     -107     
- Misses       2879     2988     +109     
Files Changed Coverage Δ
crates/escalier_hm/src/infer.rs 93.02% <100.00%> (+0.57%) :arrow_up:

... and 11 files with indirect coverage changes