mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
TS: Handle export * as ns
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { ns } from "./reexport";
|
||||
|
||||
ns.foo();
|
||||
@@ -0,0 +1 @@
|
||||
export function foo() {}
|
||||
@@ -0,0 +1 @@
|
||||
export * as ns from "./lib";
|
||||
@@ -0,0 +1 @@
|
||||
| reexport.ts:1:13:1:14 | ns |
|
||||
@@ -0,0 +1,3 @@
|
||||
import javascript
|
||||
|
||||
query ExportNamespaceSpecifier test_ExportNamespaceSpecifier() { any() }
|
||||
Reference in New Issue
Block a user