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

refactor: import JsonValue from @std/jsonc/parse #1

Merged

Conversation

kt3k
Copy link
Contributor

@kt3k kt3k commented Jun 21, 2024

Hi!

This PR changes the way to import JsonValue type. Currently it's imported from @std/json/common, but this PR changes it to import from @std/jsonc/parse (which exports the same JsonValue type)

Context: We, deno std maintainers, decided to rename @std/json/common to @std/json/types at v1. See denoland/std#5103 for details. This PR makes the future upgrade to v1 easier.

Copy link
Owner

@dahlia dahlia left a comment

Choose a reason for hiding this comment

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

Thanks for your first contribution!

@dahlia dahlia merged commit a8efe10 into dahlia:main Jun 21, 2024
2 checks passed
@kt3k kt3k deleted the refactor-import-jason-value-from-jsonc-parse branch June 21, 2024 09:19
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.

2 participants