typescript-go
typescript-go copied to clipboard
Crash for signature help in arrow function parameters
const comparers: Array<(a: any, b: any) => boolean> = [];
comparers.push((a,/**/ b) => true);
Somehow this brings down the whole server without sending back a proper stack trace.