Hi,
we reviewed code in sonar cloud platform, we got some issues in following JS files with following error
microservices/.../wwwroot/libs/abp/utils/abp-utils.umd.js Error Messgae :
microservices/.../wwwroot/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js Error Messgae : Add the "let", "const" or "var" keyword to this declaration of "dx" to make it explicit.
3.microservices/.../wwwroot/libs/timeago/locales/jquery.timeago.ar.js Add the "let", "const" or "var" keyword to this declaration of "plural" to make it explicit.
4.microservices/.../wwwroot/libs/luxon/luxon.js
5.microservices/.../wwwroot/libs/luxon/luxon.js can you help me out to resolve this issue?
- I am also getting one bug "Lock on a dedicated object instance instead"
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v4.3.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
1 Answer(s)
-
0
Hi 👋,
Thank you for your research 🙏🙏
However, almost all of these packages are not related to ABP. ABP just acts as a wrapper.
Therefore, it would be more correct to open the related errors in the relevant repository, but I do not think that these are errors.
For example, in the image below, the author of the package has already left a comment.
If you really need to customize it, you can refer to this stackoverflow question.