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

feat: add isIntrinsicErrorType #229

Merged
merged 1 commit into from
Jun 18, 2023
Merged

feat: add isIntrinsicErrorType #229

merged 1 commit into from
Jun 18, 2023

Conversation

RebeccaStevens
Copy link
Collaborator

fix #226

PR Checklist

Overview

adds isIntrinsicErrorType

@codecov
Copy link

codecov bot commented Jun 18, 2023

Codecov Report

Merging #229 (4f56bce) into main (ef35c44) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   46.40%   46.30%   -0.11%     
==========================================
  Files          20       20              
  Lines         459      460       +1     
  Branches      180      181       +1     
==========================================
  Hits          213      213              
- Misses        217      218       +1     
  Partials       29       29              
Flag Coverage Δ
4.3.5 45.86% <0.00%> (-0.10%) ⬇️
4.6.4 46.08% <0.00%> (-0.11%) ⬇️
4.9.5 46.30% <0.00%> (-0.11%) ⬇️
latest 46.08% <0.00%> (-0.11%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/types/typeGuards/intrinsic.ts 80.00% <0.00%> (-5.72%) ⬇️

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

Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

💯, perfect!

@JoshuaKGoldberg JoshuaKGoldberg merged commit b623338 into main Jun 18, 2023
23 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the issue/226 branch June 18, 2023 12:25
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.

🚀 Feature: Add type guard for the error type
2 participants