feat(devtools): merge mountpoint into client package #4920
Merged
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.
Summary
🤖 Generated by Copilot at 5e78e55
This pull request enhances the DevTools client package with TypeScript, ESLint, Radix UI, and dynamic mounting features. It updates the ESLint configuration, the Modern.js app configuration, and the
package.json
file. It also renames and moves some files to theclient
subfolder, and adds a newmount.mjs
file that exports a function to inject the DevTools UI into any web page.Details
🤖 Generated by Copilot at 5e78e55
mountDevTools
to dynamically inject the DevTools UI into any web page (link)curly
rule (link, link)package.json
file of the DevTools client package to specify the entry points for the package (link)radix-token-transformer.js
file and move it to theplugins
folder (link)src/components
folder to thesrc/client/components
folder (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)Related Issue
Checklist
pnpm run change
.