chore: migrate code-snippet - #616
Open
jacob-kreyenbuehl wants to merge 8 commits into
Open
jacob-kreyenbuehl wants to merge 8 commits into
jacob-kreyenbuehl wants to merge 8 commits into
Conversation
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
Signed-off-by: Jacob Kreyenbuehl <jacob.kreyenbuehl@sap.com>
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.
Summary
Migrates the Code Snippet framework from
SAP/code-snippetinto the app-studio-toolkit monorepo underprojects/code-snippet.Key changes
@sap-devx/code-snippet-typespackage plus private backend, frontend, wrapper, and example workspaces.CHANGELOG.old.mdand updates project documentation and package links.Behaviour
No changeset is included because this is a relocation-only migration. The maintenance-release changeset will be created after this PR merges. Scoped package CI, Prettier, and ESLint are green.
Reviewer's guide
95 files changed, but most are a source lift. Review in this order:
.changeset/config.json, workspace discovery, package metadata, and the public types package.tsconfig.base.json, root ESLint override, nyc/mocha scripts, webpack, and VSIX ignore files.workspace:*relationships.Not in this PR (deliberately): no changeset or release/version bump.
@sap-devx/code-snippet-typesalready exists on npm at2.0.0; its maintenance release must be handled in the post-merge changeset PR.