1
2
submitted 1 year ago by [email protected] to c/[email protected]

For me, the biggest excitement is around "Easier Implicit Returns for undefined-Returning Functions". It's nice not to have to insert a return undefined; when that's the implicit behavior.

2
1
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/642690

An introductory article on how to leverage some basic mathematical tricks and widely available browser APIs to generate beautiful animations.

3
1
Announcing TypeScript 4.9 (devblogs.microsoft.com)
submitted 2 years ago by [email protected] to c/[email protected]

Here’s a quick list of what’s new in TypeScript 4.9!

  • The satisfies Operator
  • Unlisted Property Narrowing with the in Operator
  • Auto-Accessors in Classes
  • Checks For Equality on NaN
  • File-Watching Now Uses File System Events
  • "Remove Unused Imports" and "Sort Imports" Commands for Editors
  • Go-to-Definition on return Keywords
  • Performance Improvements
  • Correctness Fixes and Breaking Changes
4
1
submitted 2 years ago by [email protected] to c/[email protected]

My (probably controversial) take on why the barrel exports pattern can be harmful.

5
1
Announcing TypeScript 4.7 (devblogs.microsoft.com)
submitted 2 years ago by [email protected] to c/[email protected]
6
1
submitted 2 years ago by [email protected] to c/[email protected]
7
1
submitted 2 years ago by [email protected] to c/[email protected]

One of the great advantages of Deno is the absence of a package manager, this section is practically monopolized by two corporations (MS with npm and FB with yarn); Deno has shown itself to be a more independent ecosystem with respect to its counterpart, Node. Do you think that this decision taken by the core team was the right one? would you have preferred it to become a foundation instead of a company? Will it become a more independent solution or will it end up like Node with OpenJS? being a front entity for a few big techs that lobby the ecosystem?

8
1
submitted 3 years ago by [email protected] to c/[email protected]

Why?

Why not? I mean - I think there is genuine utility, but even if there wasn't, it would simply be an interesting project to undertake.

9
1
submitted 3 years ago by [email protected] to c/[email protected]
10
1
submitted 3 years ago by [email protected] to c/[email protected]
11
1
submitted 3 years ago by [email protected] to c/[email protected]
12
1
submitted 3 years ago by [email protected] to c/[email protected]
13
1
submitted 3 years ago by [email protected] to c/[email protected]

TypeScript

181 readers
0 users here now

TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

founded 3 years ago
MODERATORS