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
In real use case I have to export interface because: TS4073: Parameter 'callback' of public method from exported class has or is using private name 'ICallback'
This bug not occurs in 1.5.3, variable is not exported. So probably this is regression bug.
Input:
command:
output:
In real use case I have to export interface because:
TS4073: Parameter 'callback' of public method from exported class has or is using private name 'ICallback'
This bug not occurs in 1.5.3, variable is not exported. So probably this is regression bug.