Gen 2026 01 20#2
Open
trillium wants to merge 76 commits into
Open
Conversation
wip: Delete workspace.json for cherry-pick - git cherry pick 070c870 - Delete cursorless-nx/workspace.json Add the package and initial working There is an issue here that the jest parser requires no file name extension in imports, but ts-node requires `.js` extension. Probably will need to change this to build then generate rather than ts-node (or spend ages messing with the configs) [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci All working with tests Need to update to be in the new NX repo format and correctly handle the newer formats for test fixtures which have changed since this was written
Attempting to resolve import error: Server Error Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
as per upgrade to Shiki v1
- Add additional test files
-Displays before/after states -wip: During state needs work
create fikes changed list
There was a problem hiding this comment.
Copilot reviewed 72 out of 74 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| export * from "./generate-examples"; | ||
| export * from "./loadFixture"; | ||
| export * from "./test-case-component"; | ||
| export * from "./components/VisualizerWrapper"; |
There was a problem hiding this comment.
The export for VisualizerWrapper is being added to the package index, but this component doesn't exist yet in the codebase. This will cause a module resolution error when trying to use this package.
Either remove this export until the component is implemented, or ensure the component file is created in this same PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.