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
The interface SocketIOStatic shouldn't be generated (but is) and the export = SocketIO; should promote the variable SocketIO into a class of static fields
The text was updated successfully, but these errors were encountered:
haxiomic
changed the title
socket.io externs: promote export = const name:T to class T
socket.io externs: promote export = const name:T to static class T
Jul 18, 2020
socket.io has this pattern
The interface
SocketIOStatic
shouldn't be generated (but is) and theexport = SocketIO;
should promote the variableSocketIO
into a class of static fieldsThe text was updated successfully, but these errors were encountered: