Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle static eval for sequence expression (fix TS 4.4+) #289

Merged
merged 1 commit into from May 23, 2022

Conversation

styfle
Copy link
Member

@styfle styfle commented May 23, 2022

Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@styfle styfle changed the title fix: handle static eval for sequence expression fix: handle static eval for sequence expression (fix TS 4.4+) May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #289 (78e3176) into main (fd36510) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
+ Coverage   80.28%   80.33%   +0.05%     
==========================================
  Files          13       13              
  Lines        1486     1490       +4     
  Branches      555      556       +1     
==========================================
+ Hits         1193     1197       +4     
  Misses        122      122              
  Partials      171      171              
Impacted Files Coverage Δ
src/utils/static-eval.ts 83.17% <100.00%> (+0.21%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output from TypeScript 4.4+ no longer traceable
2 participants