Luca Casonato ๐Ÿณ๏ธโ€๐ŸŒˆ (@lcasdev) 's Twitter Profile
Luca Casonato ๐Ÿณ๏ธโ€๐ŸŒˆ

@lcasdev

Software person. Building @jsr_io and @deno_land. Creator of Fresh. @tc39 delegate. he/him ๐Ÿณ๏ธโ€๐ŸŒˆ๐ŸŒ๐ŸŒป๐Ÿ’š

ID: 2447454659

linkhttps://lcas.dev calendar_today30-03-2014 16:10:59

3,3K Tweet

6,6K Followers

345 Following

Luca Casonato ๐Ÿณ๏ธโ€๐ŸŒˆ (@lcasdev) 's Twitter Profile Photo

Did you know that Deno and JSR don't probe during module resolution? This speeds up how fast we can load modules, because we don't need to try 10s of different paths for every import statement before finding the right file on disk. โœจ๐Ÿช„ Performance ๐Ÿช„โœจ

Did you know that Deno and JSR don't probe during module resolution? This speeds up how fast we can load modules, because we don't need to try 10s of different paths for every import statement before finding the right file on disk.

โœจ๐Ÿช„ Performance ๐Ÿช„โœจ
JSR (@jsr_io) 's Twitter Profile Photo

Curious how the JSR logo and website design came together? ๐Ÿค”๏ธ Here's a ๐Ÿ‘€๏ธinto our design process. deno.com/blog/designingโ€ฆ

Luca Casonato ๐Ÿณ๏ธโ€๐ŸŒˆ (@lcasdev) 's Twitter Profile Photo

Mold is soooooo good. A fresh debug build of Deno compiles+links in 1m 22s with mold, and 2m 11s with GCC's linker. Incremental rebuilds are 8s with mold, and 34s with GCC. Absolutely nuts... thanks Rui Ueyama github.com/rui314/mold

Ryan Dahl (@rough__sea) 's Twitter Profile Photo

I wrote this open letter because I believe the "JavaScript" trademark has been abandoned by Oracle as defined in US trademark law. "JavaScript" is a generic term for the world's most popular programming language - not an Oracle product. If you agree, please sign the letter to

The New Stack (@thenewstack) 's Twitter Profile Photo

Despite its minimal involvement in the language, Oracle still owns the #JavaScript trademark. Ryan Dahl and other JS stewards are asking the company to release the name to the public domain. . . thenewstack.io/free-javascripโ€ฆ #Opensource

Luca Casonato ๐Ÿณ๏ธโ€๐ŸŒˆ (@lcasdev) 's Twitter Profile Photo

Somehow the most popular JS web framework still does not work properly with Node's ESM resolution: github.com/vercel/next.jsโ€ฆ. Next has no `"exports"` field in package.json for example. It just papers over this problem by transpiling all of your code to CommonJS all the time :)

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

TypeScript excitement ๐Ÿ˜‰ Congrats to Ashley Claymore on releasing a brand new type-stripping compiler: ts-blank-space โœจ โšก๏ธ 5.6x faster than tsc due to zero-codegen ๐Ÿ”ท Written in TS ๐Ÿ’ฏ Uses the official TS parser ๐ŸŽฏ Accurate/preserved source locations ๐Ÿ’ช Battle-tested in production

Deno (@deno_land) 's Twitter Profile Photo

Deno 2 Release Candidate has dropped: โ€ฃ Add `process` global variable, remove `window` โ€ฃ Improve dep management โ€ฃ Permission system updates โ€ฃ Many stabilizations โ€ฃ Better CommonJS support โ€ฃ Test documentation with `deno test --doc` deno.com/blog/v2.0-releโ€ฆ