Files
codeql/javascript/ql/test
Asger F d7e3e9e5db 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;
2022-05-24 14:30:36 +02:00
..
2022-05-24 10:59:13 +02:00
2021-11-29 14:15:53 -05:00
2019-12-07 02:38:02 +01:00