-
Notifications
You must be signed in to change notification settings - Fork 622
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
chore: switch to JSR-oriented codebase #4650
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4650 +/- ##
==========================================
- Coverage 91.37% 91.36% -0.02%
==========================================
Files 478 477 -1
Lines 37342 37334 -8
Branches 5325 5325
==========================================
- Hits 34121 34109 -12
- Misses 3160 3164 +4
Partials 61 61 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made some tweaks, including updating old references of https://deno.land/std.
Now, LGTM! Great to have this done! 🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates the link to https://jsr.io/@std.
@@ -49,5 +47,46 @@ | |||
"verbatim-module-syntax" | |||
] | |||
} | |||
} | |||
}, | |||
"workspaces": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These have been sorted alphabetically to be easier to follow. Ditto for browser-compat.tsconfig.json
.
closes #4544
related #4600