TS: Add test with traceResolution: true

This commit is contained in:
Asger F
2020-01-02 15:04:30 +00:00
parent 7e987c570f
commit 8f478f7caf
4 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
export function foo();

View File

@@ -0,0 +1,3 @@
import javascript
from Expr e select e, e.getType()

View File

@@ -0,0 +1,3 @@
import { foo } from "foo";
foo();

View File

@@ -0,0 +1,6 @@
{
"include": ["."],
"compilerOptions": {
"traceResolution": true
}
}