mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Merge pull request #2579 from asger-semmle/typescript-trace-resolution
Approved by max-schaefer
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,6 @@
|
||||
| node_modules/@types/foo/index.d.ts:1:17:1:19 | foo | () => any |
|
||||
| test.ts:1:10:1:12 | foo | () => any |
|
||||
| test.ts:1:10:1:12 | foo | () => any |
|
||||
| test.ts:1:21:1:25 | "foo" | any |
|
||||
| test.ts:3:1:3:3 | foo | () => any |
|
||||
| test.ts:3:1:3:5 | foo() | any |
|
||||
@@ -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