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
Recently on the v3 branch I turned on "declaration": true. This generates typings for all objects which isn't really what we want. I also notice that it doesn't declare it as a module (declare module "xterm") which might cause problems.
I suggest we handcraft these typings, this will also be a good way of enforcing what is in the public API and what is not.
The text was updated successfully, but these errors were encountered:
Recently on the v3 branch I turned on
"declaration": true
. This generates typings for all objects which isn't really what we want. I also notice that it doesn't declare it as a module (declare module "xterm"
) which might cause problems.I suggest we handcraft these typings, this will also be a good way of enforcing what is in the public API and what is not.
The text was updated successfully, but these errors were encountered: