Skip to content

chore(website): display tsconfig errors in playground #8666

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

Closed
wants to merge 1 commit into from

Conversation

arkapratimc
Copy link
Contributor

@arkapratimc arkapratimc commented Mar 13, 2024

PR Checklist

Overview

I'm not really sure if this is the correct fix/not

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @arka1002!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint.

Copy link

netlify bot commented Mar 13, 2024

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 838fa00
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/65f1d6ea975c4c0008509869
😎 Deploy Preview https://deploy-preview-8666--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 96 (🟢 up 3 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 98 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@arkapratimc arkapratimc changed the title fix: Display tsconfig errors in playground fix: display tsconfig errors in playground Mar 13, 2024
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.23%. Comparing base (8400939) to head (838fa00).
Report is 48 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8666      +/-   ##
==========================================
+ Coverage   87.21%   87.23%   +0.02%     
==========================================
  Files         251      251              
  Lines       12315    12319       +4     
  Branches     3883     3884       +1     
==========================================
+ Hits        10740    10746       +6     
+ Misses       1305     1303       -2     
  Partials      270      270              
Flag Coverage Δ
unittest 87.23% <ø> (+0.02%) ⬆️

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

see 1 file with indirect coverage changes

Comment on lines +163 to +169
source: 'eslint',
ruleId: '',
severity: 2,
nodeType: '',
column: 1,
line: 1,
message: String(e instanceof Error ? e.message : e),
Copy link
Member

@Josh-Cena Josh-Cena Mar 24, 2024

Choose a reason for hiding this comment

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

You are reporting it as a lint error as if it's coming from our tool. It would be better described as coming from TypeScript and should be reported as if it's a type-checking error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review.
After revisiting it, I feel like I can't solve it(I really cant understand how the monaco editor works 😅)
I'll close this pr.

@bradzacher bradzacher changed the title fix: display tsconfig errors in playground chore(website): display tsconfig errors in playground Mar 24, 2024
@JoshuaKGoldberg JoshuaKGoldberg added the awaiting response Issues waiting for a reply from the OP or another party label Mar 24, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
awaiting response Issues waiting for a reply from the OP or another party website: playground
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: Display tsconfig errors in playground
4 participants