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:
Asger F
2022-05-20 22:04:11 +02:00
parent 665fa2af59
commit d7e3e9e5db
2 changed files with 2 additions and 1 deletions

View File

@@ -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 |