Skip to content

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

Merged
styfle merged 1 commit into
mainfrom
fix-ts-path
May 23, 2022
Merged

fix: handle static eval for sequence expression (fix TS 4.4+)#289
styfle merged 1 commit into
mainfrom
fix-ts-path

Conversation

@styfle

@styfle styfle commented May 23, 2022

Copy link
Copy Markdown
Member

@ijjk ijjk left a comment

Copy link
Copy Markdown
Member

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

codecov Bot commented May 23, 2022

Copy link
Copy Markdown

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