TS: Fix extraction of default-exported class

This commit is contained in:
Asger F
2019-10-07 15:58:57 +01:00
parent abdf7ce223
commit 316580334a
8 changed files with 46 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
var C1 = global.C1; // OK
export default function(x=C1) {}