mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
TS: Add test with traceResolution: true
This commit is contained in:
1
javascript/ql/test/library-tests/TypeScript/RegressionTests/TraceResolution/node_modules/@types/foo/index.d.ts
generated
vendored
Normal file
1
javascript/ql/test/library-tests/TypeScript/RegressionTests/TraceResolution/node_modules/@types/foo/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export function foo();
|
||||
@@ -0,0 +1,3 @@
|
||||
import javascript
|
||||
|
||||
from Expr e select e, e.getType()
|
||||
@@ -0,0 +1,3 @@
|
||||
import { foo } from "foo";
|
||||
|
||||
foo();
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"include": ["."],
|
||||
"compilerOptions": {
|
||||
"traceResolution": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user