Skip to content
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

AG-13383 Conversion for new modules in packages #102

Merged
merged 31 commits into from
Dec 3, 2024

Conversation

StephenCooper
Copy link
Member

@StephenCooper StephenCooper commented Dec 2, 2024

Added a --using-charts= migrate command option to help users configure the transform when we don't know enough just by looking at the import paths.

Added transforms for

  1. old modules to new modules from package import paths.
  2. old packages to new packages adding module registration when a license manager was used

Outstanding
Decide how to handle ag-grid-community users as we have no clear correct point to add the AllCommunityModules module registration.

addNewIdentifierNextToGiven(root, module, AllCommunityModule);
});

return root.toSource();
Copy link
Contributor

@Stephanemw Stephanemw Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to return anything from transformers

@StephenCooper StephenCooper merged commit b61f424 into develop Dec 3, 2024
3 checks passed
@StephenCooper StephenCooper deleted the AG-13383-modules-to-packages branch December 3, 2024 10:07
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