File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
javascript/ql/test/library-tests Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11| namespace.js:5:32:5:44 | function() {} | Baz.method | method |
2- | namespace.js:5:32:5:44 | function() {} | baz.method | method |
32| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method | method |
43| tst2.js:11:13:13:3 | () {\\n ... .x;\\n } | C.getter | getter |
54| tst.js:4:17:4:21 | () {} | A.instanceMethod | method |
Original file line number Diff line number Diff line change 11| namespace.js:5:32:5:44 | function() {} | Baz.method |
2- | namespace.js:5:32:5:44 | function() {} | baz.method |
32| tst2.js:6:9:9:3 | () {\\n ... .x;\\n } | C.method |
43| tst.js:4:17:4:21 | () {} | A.instanceMethod |
54| tst.js:7:6:7:10 | () {} | A.bar |
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ getName
1818| tst.js:27:8:27:12 | () {} | y |
1919| tst.js:28:8:28:13 | (v) {} | y |
2020| tst.js:31:9:31:21 | function() {} | foo |
21+ | tst.js:32:12:32:24 | function() {} | Hey |
2122| tst.js:34:15:34:14 | () {} | constructor |
2223#select
2324| tst.js:1:1:1:15 | function f() {} | function f |
You can’t perform that action at this time.
0 commit comments