We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Expected results: The trial license is added with no warnings.
Actual results: Warnings appear in the XWiki console
`Nov 19, 2020 2:09:44 PM com.google.javascript.jscomp.LoggerErrorManager println WARNING: xwiki:GoogleApps.JSExtension:17:5: WARNING - [JSC_DELETE_VARIABLE] variables, functions, and arguments cannot be deleted in strict mode 17| delete listener; ^^^^^^^^^^^^^^^
Nov 19, 2020 2:09:44 PM com.google.javascript.jscomp.LoggerErrorManager printSummary WARNING: 0 error(s), 1 warning(s) 2020-11-19 14:09:44,165 [qtp668849042-629 - http://localhost:8080/xwiki/bin/jsx/GoogleApps/JSExtension?language=en&docVersion=1.1] WARN c.x.x.w.s.JsExtension - Warning at line [17], column [5]: [variables, functions, and arguments cannot be deleted in strict mode]`
Environment: Windows 10, XWiki 12.9 Standard and MySQL 8.0, IE 11, Google Apps Integration (Pro) 2.4.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
Expected results: The trial license is added with no warnings.
Actual results: Warnings appear in the XWiki console
`Nov 19, 2020 2:09:44 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: xwiki:GoogleApps.JSExtension:17:5: WARNING - [JSC_DELETE_VARIABLE] variables, functions, and arguments cannot be deleted in strict mode
17| delete listener;
^^^^^^^^^^^^^^^
Nov 19, 2020 2:09:44 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 1 warning(s)
2020-11-19 14:09:44,165 [qtp668849042-629 - http://localhost:8080/xwiki/bin/jsx/GoogleApps/JSExtension?language=en&docVersion=1.1] WARN c.x.x.w.s.JsExtension - Warning at line [17], column [5]: [variables, functions, and arguments cannot be deleted in strict mode]`
Environment: Windows 10, XWiki 12.9 Standard and MySQL 8.0, IE 11, Google Apps Integration (Pro) 2.4.7
The text was updated successfully, but these errors were encountered: