Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

feat: add support for .jsonc files #4734

Merged
merged 4 commits into from
Jul 30, 2023
Merged

feat: add support for .jsonc files #4734

merged 4 commits into from
Jul 30, 2023

Conversation

ematipico
Copy link
Contributor

Summary

This PR adds support for parsing .jsonc files.

Additionally, I added some "known files" that should be parse as jsonc files. The list of files was copied from the VSCode repository: https://github.com/microsoft/vscode/blob/67d7cbc82247f6695854ebe70a66d275ebd5f479/extensions/json/package.json#L47-L69

Test Plan

I added new test cases

@netlify
Copy link

netlify bot commented Jul 28, 2023

Deploy Preview for docs-rometools canceled.

Name Link
🔨 Latest commit ccdcc61
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/64c6233faaecd50007eb2112

@github-actions github-actions bot added A-CLI Area: CLI A-Parser Area: parser A-Project Area: project configuration and loading L-JSON Language: JSON labels Jul 28, 2023
@github-actions github-actions bot added A-Linter Area: linter L-JavaScript Langauge: JavaScript L-CSS Language: CSS labels Jul 28, 2023
@ematipico ematipico force-pushed the feat/support-jsonc-files branch 2 times, most recently from af3128e to 5788d49 Compare July 30, 2023 08:43
@ematipico ematipico merged commit 9157e5e into main Jul 30, 2023
18 checks passed
@ematipico ematipico deleted the feat/support-jsonc-files branch July 30, 2023 09:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-CLI Area: CLI A-Linter Area: linter A-Parser Area: parser A-Project Area: project configuration and loading L-CSS Language: CSS L-JavaScript Langauge: JavaScript L-JSON Language: JSON
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants