mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
TS: fix import of q.d.ts in test case
This commit is contained in:
@@ -0,0 +1 @@
|
||||
| tst.ts:33:5:33:15 | notPromise4 |
|
||||
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from Expr e
|
||||
where e.getType().hasUnderlyingType("q", "Deferred")
|
||||
select e
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as Q from "./q";
|
||||
import * as Q from "q";
|
||||
import { Thenable, IThenable } from "./es6-promise";
|
||||
import * as promise from "./promise";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user