fix(devtools): missing exports
from package files
#4924
Analysis complete
Summary
Updated package.json
to include exports
folder for devtools client package. This enables using ES modules instead of CommonJS modules in the modern.js project.
Walkthrough
- Include
exports
folder infiles
field ofpackage.json
to enable module exports for devtools client package (link)
Poem
files
field updated
exports
folder now included
a winter refactor
Emoji
📦🛠️🚀
Include these descriptions in your pull request description by including the following marker tags:
copilot:all
: all the content, in one gocopilot:summary
: a one paragraph summary of the code changescopilot:walkthrough
: a step by step walkthrough of the code changescopilot:poem
: a poem about the code changes!copilot:emoji
: three emoji that capture the changes
Feedback is welcome. Simply add a comment to this PR of the form /copilot feedback [your comments here]
.
Details
Copilot for PRs is a limited technical preview from GitHub Next.
It's aim is to make it easier to write pull request descriptions by providing automatically generated suggestions based on the code changes.
To find out more go to https://githubnext.com/projects/copilot-for-pull-requests or come and chat with us on Discord
File | Status | Duration |
---|---|---|
Summary & Walkthrough | ✅ Finished | 10.7 seconds |
packages/devtools/client/package.json | ✅ Finished | 3.6 seconds |