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

chore: switch to JSR-oriented codebase #4650

Merged
merged 15 commits into from
Apr 29, 2024
Merged

chore: switch to JSR-oriented codebase #4650

merged 15 commits into from
Apr 29, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Apr 28, 2024

closes #4544

related #4600

Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.36%. Comparing base (437ed93) to head (ca55356).

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@iuioiua iuioiua left a 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! 🥳

Copy link
Contributor

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": [
Copy link
Contributor

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.

@iuioiua iuioiua changed the title chore: switch to jsr oriented codebase chore: switch to JSR-oriented codebase Apr 28, 2024
@kt3k kt3k merged commit 3155f00 into denoland:main Apr 29, 2024
13 checks passed
@kt3k kt3k deleted the switch-to-jsr branch April 29, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment