-
-
Notifications
You must be signed in to change notification settings - Fork 928
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: rename getBytecode
to getCode
#2411
Conversation
🦋 Changeset detectedLatest commit: ff2ff04 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5b7d746
to
3f3b4f4
Compare
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2411 +/- ##
==========================================
+ Coverage 97.19% 99.61% +2.42%
==========================================
Files 675 684 +9
Lines 56885 57609 +724
Branches 2484 2785 +301
==========================================
+ Hits 55287 57386 +2099
+ Misses 1583 207 -1376
- Partials 15 16 +1 ☔ View full report in Codecov by Sentry. |
getBytecode
togetCode
to align witheth_getCode
getBytecode
-related exportsPR-Codex overview
This PR deprecates
getBytecode
and introducesgetCode
instead across multiple files.Detailed summary
getBytecode
in favor ofgetCode
.getBytecode.md
togetCode.md
.