-
Notifications
You must be signed in to change notification settings - Fork 778
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
Initial Ink removal #2283
Initial Ink removal #2283
Conversation
|
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.
Haven't looked at anything else, but the Pages stuff is fine
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.
Very nice! Glad we're making this change. 👍 I've added a few comments.
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.
Awesome! One tiny comment, then LGTM! 🎉
@rozenmd It would be great to get a review from a D1 perspective, if possible! |
@JacobMGEvans did you have any comments? |
Nope. |
Mind fixing the merge conflicts? I'll give the preview build a test drive tomorrow morning |
854f515
to
97edf02
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/runs/3847740985/npm-package-wrangler-2283 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/prs/2283/npm-package-wrangler-2283 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/runs/3847740985/npm-package-wrangler-2283 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/runs/3847740985/npm-package-cloudflare-pages-shared-2283 |
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.
Looks good from D1's side
Codecov Report
@@ Coverage Diff @@
## main #2283 +/- ##
==========================================
+ Coverage 72.13% 72.25% +0.11%
==========================================
Files 156 156
Lines 9720 9687 -33
Branches 2546 2547 +1
==========================================
- Hits 7012 6999 -13
+ Misses 2708 2688 -20
|
This should be ready for re-review! Of note, this fixes an issue with our confirm/select/prompt mocking—the |
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.
It is looking good, just a few questions and comments.
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.
Nice! Added a few more comments...
This PR begins the process of removing Ink from places where it's not needed. Specifically it:
dialogs.tsx
, which is the majority usage.tsx
to.ts
where possible (in a separate commit to ease review)whoami
command