Skip to content

Conversation

@timea-solid
Copy link
Member

This is part of the optimization work

@timea-solid timea-solid changed the title integrated new solid-logic Improved structure Oct 23, 2025
Copilot AI review requested due to automatic review settings November 5, 2025 11:10
Copy link
Contributor

Copilot AI left a 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.js and index.d.ts files to src/ directory
  • Updated package.json to point to new file locations and added files field
  • Updated solid-logic dependency 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants