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

fix: use hyphens for JSR package exports #4424

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Mar 1, 2024

Uses a consistent separator instead of mixing the two: @std/data-structures/binary_heap -> @std/data-structures/binary-heap

@dsherret dsherret requested a review from kt3k as a code owner March 1, 2024 16:39
kt3k
kt3k previously approved these changes Mar 1, 2024
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM

@kt3k kt3k dismissed their stale review March 1, 2024 16:59

Maybe this needs more discussion, but I like the idea. @std/data-structures/binary_heap looks ugly and looks hard to type

@ry
Copy link
Member

ry commented Mar 1, 2024

will this create any instability ?

@iuioiua
Copy link
Collaborator

iuioiua commented Mar 2, 2024

We did make a similar change in #4357. We can help by making migration instructions and release notes super-clear.

@kt3k
Copy link
Member

kt3k commented Mar 4, 2024

will this create any instability ?

This doesn't affect deno.land/std. This will affect jsr:@std imports.

@iuioiua iuioiua changed the title fix: use hyphens for jsr package exports fix: use hyphens for JSR package exports Mar 5, 2024
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM

@dsherret dsherret merged commit e749d4e into denoland:main Mar 19, 2024
12 checks passed
@dsherret dsherret deleted the fix_jsr_exports_hyphens branch March 19, 2024 17:22
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.

4 participants