-
Notifications
You must be signed in to change notification settings - Fork 0
Improved structure #53
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
base: main
Are you sure you want to change the base?
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.
Pull Request Overview
This PR restructures the pane-registry package to move source files into a src/ directory and updates dependencies. The main purpose is to reorganize the package structure for better maintainability and update the build tooling.
- Moved
paneRegistry.jsandindex.d.tsfiles tosrc/directory - Updated
package.jsonto point to new file locations and addedfilesfield - Updated
solid-logicdependency to a pre-release version - Updated ESLint configuration to target
src/directory with additional rules - Removed Node.js 18.x from CI workflow
Reviewed Changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/paneRegistry.js | New location for the pane registry implementation (moved from root) |
| src/index.d.ts | New location for TypeScript definitions (moved from root) |
| package.json | Updated main/types paths, added files field, updated dependency versions and lint scripts |
| package-lock.json | Updated lockfile to reflect new dependency versions including pre-release solid-logic and new dev dependencies |
| eslint.config.mjs | Updated to target src/ directory with additional linting rules |
| .github/workflows/ci.yml | Removed Node.js 18.x from test matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This is part of the optimization work