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…