Merged
Conversation
…ndle deduplication - Add getPackageName/getSubpath helpers to correctly split specifiers like '@studiometa/js-toolkit/utils' into package name + subpath - Fix esm.sh URL format: version goes on package name before subpath (e.g. esm.sh/@scope/pkg@1.0/subpath instead of esm.sh/@scope/pkg/subpath@1.0) - Reject bare npm package names as source values with a warning and esm.sh fallback (source only supports local file paths/globs) - Auto-externalize import map specifiers in self-hosted bundles to prevent duplicating shared dependencies at runtime - Pass merged import map keys from the preset to PlaygroundDependenciesPlugin - Update tests to cover subpath imports, npm source rejection, and importMapKeys constructor parameter - Update README: document subpath imports, clarify source field requirements, add bundle deduplication section, remove duplicated and outdated documentation sections Closes #57 Co-authored-by: Claude <claude@anthropic.com>
…olution Fix dependency resolution: subpath imports, DTS generation, and bundle deduplication
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude <claude@anthropic.com>
Export SizeUnchanged@studiometa/playground
|
Deploying studiometa-playground with
|
| Latest commit: |
05bd657
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2556ed4f.studiometa-playground.pages.dev |
| Branch Preview URL: | https://release-0-3-3.studiometa-playground.pages.dev |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
==========================================
+ Coverage 16.04% 17.82% +1.77%
==========================================
Files 53 53
Lines 916 937 +21
Branches 156 165 +9
==========================================
+ Hits 147 167 +20
- Misses 756 757 +1
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Claude <claude@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.3.3
Fixed
@studiometa/js-toolkit/utilsnow correctly resolves toesm.sh/@studiometa/js-toolkit@x.y.z/utils) (#58)sourcevalues with a warning and esm.sh fallback —sourcenow only supports local file paths/globs (#58)Full changelog: v0.3.2...release/0.3.3
Closes #57