@vuejs.org @vite.dev @vue-macros.dev @vueuse.org @unjs.io @rolldown.rs elk.zone
joyeecheung.github.io/blog/2025/12...
joyeecheung.github.io/blog/2025/12...
joyeecheung.github.io/blog/2025/12...
joyeecheung.github.io/blog/2025/12...
- Unlock my vault with Touch ID
- Perform actions on npmjs (such as publishing new packages) using Passkey (Touch ID)
- Manage SSH and GPG signing keys (git commit/push requires Touch ID)
- Manage GitHub tokens (using the gh CLI requires Touch ID)
- Unlock my vault with Touch ID
- Perform actions on npmjs (such as publishing new packages) using Passkey (Touch ID)
- Manage SSH and GPG signing keys (git commit/push requires Touch ID)
- Manage GitHub tokens (using the gh CLI requires Touch ID)
Here's a before-and-after comparison:
Here's a before-and-after comparison:
But with AI messing this up, it's really hard to tell if it's a human behind I should take care or just AI doing terrible work.
But with AI messing this up, it's really hard to tell if it's a human behind I should take care or just AI doing terrible work.
e18e.dev/blog/bundlin...
e18e.dev/blog/bundlin...
ESM-only is up from 11.5% to 12.6%.
This is also the impact of half a year of Node 18 being EOL, making `require(esm)` available
ESM-only is up from 11.5% to 12.6%.
This is also the impact of half a year of Node 18 being EOL, making `require(esm)` available
- Completely rewritten watch mode for blazing fast performance
- Get build output directly without writing to disk
- Override configs for different formats
- Detects CI environments, features can be toggled for CI or local use
...🧵
- Powered by Rolldown, bringing significantly faster production builds and more consistency
- New features such as tsconfig paths or emitDecoratorMetadata support
- Bumping browser targets aligned with Baseline Widely Available
Read more in our announcement post!
- Powered by Rolldown, bringing significantly faster production builds and more consistency
- New features such as tsconfig paths or emitDecoratorMetadata support
- Bumping browser targets aligned with Baseline Widely Available
Read more in our announcement post!
Maybe Volar.js needs to work more closely with the TS team. For now, is there a way in tsconfig (or something else) to choose between TS5 + Volar.js and TS7 only?
/cc @johnsoncodehk @bikari.top
Maybe Volar.js needs to work more closely with the TS team. For now, is there a way in tsconfig (or something else) to choose between TS5 + Volar.js and TS7 only?
/cc @johnsoncodehk @bikari.top
TS 5 didn’t emit it, but TS 7 did.
github.com/sxzz/import-...
TS 5 didn’t emit it, but TS 7 did.
github.com/sxzz/import-...
Today, it finally happened.
Today, it finally happened.
- can type-check any project
- supports --build and --incremental
- has rich editor features implemented
- is still 10x faster
and is ready for you to try today!
devblogs.microsoft.com/typescript/p...
- can type-check any project
- supports --build and --incremental
- has rich editor features implemented
- is still 10x faster
and is ready for you to try today!
devblogs.microsoft.com/typescript/p...
You can also choose to run publint and arethetypeswrong only in CI, speeding up your local builds!
You can also choose to run publint and arethetypeswrong only in CI, speeding up your local builds!
Now, you can share a base config and specify separate options for CJS and ESM formats, all within a single config options.
Now, you can share a base config and specify separate options for CJS and ESM formats, all within a single config options.
With the write option, you can access the output without writing to disk.
With the write option, you can access the output without writing to disk.
Now, it leverages rolldown’s built-in watch API, making it faster and cutting out an extra dependency.
Now, it leverages rolldown’s built-in watch API, making it faster and cutting out an extra dependency.