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

Fork json-comments-rs and remove trailing commas #9032

Merged
merged 5 commits into from
May 24, 2023
Merged

Conversation

mischnic
Copy link
Member

@mischnic mischnic commented May 22, 2023

@mischnic mischnic changed the title Fork json-comments-rs and fix trailing commas Fork json-comments-rs and remove trailing commas May 23, 2023
@mischnic mischnic marked this pull request as ready for review May 23, 2023 17:38
@@ -0,0 +1,546 @@
//! `json_comments` is a library to strip out comments from JSON-like test. By processing text
Copy link
Member

Choose a reason for hiding this comment

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

new top-level folder? or should we put it in packages? should we move all the crates out of packages?

Copy link
Member Author

@mischnic mischnic May 23, 2023

Choose a reason for hiding this comment

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

The idea being that stuffing all of the crates into packages/utils is getting more and more confusing, so I would suggest putting all of the somewhat general purpose crates into crates itself (so dev-dep-resolver and node-resolver-rs). But you wanted to move them out of the monorepo anyway 🤷
Otherwise I can put this into packages/utils as well

Copy link
Member

Choose a reason for hiding this comment

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

Yeah that makes sense.

Copy link
Member

@devongovett devongovett left a comment

Choose a reason for hiding this comment

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

We can pull out the unused stuff later.

@devongovett devongovett merged commit 310c3bb into v2 May 24, 2023
15 of 16 checks passed
@devongovett devongovett deleted the json-comments-rs branch May 24, 2023 03:41
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.

@parcel/resolver-default: Fails to parse tsconfig with trailing commas
2 participants