mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
TS: Fix extraction of default-exported class
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
var C1 = global.C1; // OK
|
||||
|
||||
export default function(x=C1) {}
|
||||
Reference in New Issue
Block a user