Skip to content

feat(tsconfig): enable trailing comma support for JSONC#479

Merged
alexander-akait merged 1 commit intomainfrom
jsonc
Feb 28, 2026
Merged

feat(tsconfig): enable trailing comma support for JSONC#479
alexander-akait merged 1 commit intomainfrom
jsonc

Conversation

@xiaoxiaojx
Copy link
Member

Summary
Fixes #475 (comment)

What kind of change does this PR introduce?
feat

Did you add tests for your changes?
Yes

Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Nothing

@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.43%. Comparing base (03120de) to head (f6b6de0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #479      +/-   ##
==========================================
+ Coverage   92.67%   93.43%   +0.76%     
==========================================
  Files          50       50              
  Lines        2483     2483              
  Branches      751      751              
==========================================
+ Hits         2301     2320      +19     
+ Misses        149      134      -15     
+ Partials       33       29       -4     
Flag Coverage Δ
integration 93.43% <100.00%> (+0.76%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexander-akait alexander-akait merged commit 958d869 into main Feb 28, 2026
28 checks passed
@alexander-akait alexander-akait deleted the jsonc branch February 28, 2026 09:27
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.

resolve.tsconfig crashes when tsconfig.json has comments

2 participants