You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modules currently aren't directly supported, so they are interpreted as object.
This works well sometimes, but if you try to generate a type tree for a massive source file (like typescript or react) it sometimes throws an error. This should probably be investigated/fixed.
Modules currently aren't directly supported, so they are interpreted as
object
.This works well sometimes, but if you try to generate a type tree for a massive source file (liketypescript
orreact
) it sometimes throws an error. This should probably be investigated/fixed.(The above is actually due to #14)
The implementation for modules, if feasible, should be similar to that of #6.
The text was updated successfully, but these errors were encountered: