mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JS: Fix extraction of identifiers in EXPORT_BASE context
This is needed to ensure that the base of the RHS of an ImportEqualsDeclaration is bound to a namespace. That is, B below should be bound to a namespace: import A = B.C.D;
This commit is contained in:
@@ -1 +1,2 @@
|
||||
| A | namespace | test.d.ts:1:19:1:19 | A | test.d.ts:10:14:10:14 | A |
|
||||
| A | variable | test.d.ts:1:19:1:19 | A | test.d.ts:10:14:10:14 | A |
|
||||
|
||||
Reference in New Issue
Block a user