Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit e25f350

Browse files
devtomtomstopcoder
authored andcommitted
add replace for Core.getMessageManager()
1 parent 45157b6 commit e25f350

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ jspm_packages
4949

5050
# VS Code
5151
.vscode
52+
53+
.env
54+
55+
npm-shrinkwrap.json

defaultConfig/addMissingDependencies.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@
121121
"functionToFind": "getConfiguration",
122122
"extender": "AddImportAndRemoveUnused",
123123
"version": "^1.58.0"
124+
},
125+
"core.getMessageManager": {
126+
"newModulePath": "sap/ui/core/message/MessageManager",
127+
"newVariableName": "MessageManager",
128+
"replacer": "Module",
129+
"finder": "CoreFunctionCallFinder",
130+
"functionToFind": "getMessageManager",
131+
"extender": "AddImportAndRemoveUnused",
132+
"version": "^1.58.0"
124133
}
125134
}
126135
},

0 commit comments

Comments
 (0)