[ACS-10126] remove ts morph dependency from the adf core lib (#11190)

* [ACS-10126] Refactor migration logic to use native ts instead of ts-morph

* [ACS-10126] Clean ups for migration code

* [ACS-10126] Removed ts-morph references

* [ACS-10126] Removed ts-morph dependency

* [ACS-10126] Fixed sonar issue

* [ACS-10126] Fixed sonar issue
This commit is contained in:
AleksanderSklorz
2025-09-12 12:40:17 +02:00
committed by GitHub
parent 7206a6322d
commit 36b4c34008
6 changed files with 57 additions and 135 deletions

View File

@@ -48,10 +48,6 @@ const setMigration = () => {
const packagesToUpdate = packageJsonUpdates[migration.name]['packages'];
Object.keys(packagesToUpdate).forEach((packageName) => {
if (packageName === 'ts-morph') {
return;
}
if (packageName === '@alfresco/js-api') {
packagesToUpdate[packageName]['version'] = jsApiPackage.version;
} else {