mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
TS: Add test case for import type * as ns
This commit is contained in:
@@ -4,3 +4,4 @@ getAnExportAccess
|
||||
| Foo | tst.ts:3:15:3:17 | Foo |
|
||||
getATypeDecl
|
||||
| Foo | tst.ts:1:15:1:17 | Foo |
|
||||
| types | tst.ts:7:18:7:22 | types |
|
||||
|
||||
@@ -3,3 +3,7 @@ import type { Foo } from "foo";
|
||||
export type { Foo };
|
||||
|
||||
var Foo = 45;
|
||||
|
||||
import type * as types from "types";
|
||||
|
||||
export type * as blah from "blah";
|
||||
|
||||
Reference in New Issue
Block a user