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
It wasn't possible to compile the lib into `.d.ts` since 8a02a6b,
error `... exported class expression may not be private or protected`.[1]
It seems that we cannot have an anonymous class with private/protected
methods. We had a similar issue with the `PivotPresentationLayer`.
This commit adds explicit typing to the functions generating the
funnel chart classes, so typescript doesn't try to infer types for them.
[1]: see microsoft/TypeScript#30355
or microsoft/TypeScript#36060
Task: 0
0 commit comments