TS: fix import of q.d.ts in test case

This commit is contained in:
Asger F
2019-02-07 12:37:54 +00:00
parent 383e82a3f3
commit c2321045f2
4 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1 @@
| tst.ts:33:5:33:15 | notPromise4 |

View File

@@ -0,0 +1,5 @@
import javascript
from Expr e
where e.getType().hasUnderlyingType("q", "Deferred")
select e

View File

@@ -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";