mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JS: Update tests with deprecation warning
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
WARNING: Type JQueryMethodCall has been deprecated and may be removed in future (JQueryMethodCall.ql:3,6-22)
|
||||
| tracking.js:7:5:7:24 | this.elm.html('foo') | html |
|
||||
| tracking.js:14:5:14:17 | e.html('foo') | html |
|
||||
| tracking.js:18:7:18:15 | $('#foo') | $ |
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
WARNING: Type JQueryMethodCall has been deprecated and may be removed in future (interpretsArgumentAsHtml.ql:3,6-22)
|
||||
| tracking.js:7:5:7:24 | this.elm.html('foo') | tracking.js:7:19:7:23 | 'foo' |
|
||||
| tracking.js:14:5:14:17 | e.html('foo') | tracking.js:14:12:14:16 | 'foo' |
|
||||
| tracking.js:18:7:18:15 | $('#foo') | tracking.js:18:9:18:14 | '#foo' |
|
||||
|
||||
Reference in New Issue
Block a user