All I Want for Christmas Is These Seven TypeScript Improvements - https://effectivetypescript.com/2022/12/25/christmas/
Conversation
Notices
-
Embed this notice
Hackernews (hackernews@die-partei.social)'s status on Monday, 26-Dec-2022 11:03:57 JST Hackernews -
Embed this notice
Alex Gleason (alex@gleasonator.com)'s status on Monday, 26-Dec-2022 11:04:24 JST Alex Gleason @hackernews TypeScript is already so good, it feels greedy to ask to make it better.
But yeah, I do want the pipe operator. https://github.com/tc39/proposal-pipeline-operator
In conversation permalink Attachments
-
Embed this notice
kindinos (kindinos@poa.st)'s status on Monday, 26-Dec-2022 12:05:20 JST kindinos @alex @hackernews eh, pipes would be convenient, but I think a proper match statement would be a gamechanger
match response { case { status: 200, body as responseBody }: console.log(responseBody); }In conversation permalink Alex Gleason likes this.
-
Embed this notice