Three code tabs: The source "index.ts" that includes just "const a = 1; console.log(a)". The config of rolldown showing that "output.topLevelVar" is set to true, and eventually the transformed code that shows "var a = 1" instead of the expected "const a = 1"
Did you know that @rolldown.rs supports converting your top-level variables to var?
It seems weird at first, but is actually helpful - and your output is still ESM and modern code!
The transform can improve perf due to avoiding "temporal dead zone" checks of VMs that can cause slowdowns up to 1000%
24.07.2025 15:34 — 👍 20 🔁 2 💬 2 📌 0
And finally the release note for the version 4.2.0 🤩
fast-check.dev/blog/2025/07...
18.07.2025 19:35 — 👍 3 🔁 1 💬 0 📌 0
I'm pretty sure we could easily adapt the code from github.com/CanadaHonk/p... into an arbitrary in fast-check. It would be awesome 😎
As it will not only generate code but also reduce it in case of failure.
17.07.2025 20:40 — 👍 2 🔁 0 💬 0 📌 0
🚀 fast-check 4.2.0 just got released
It offers some new helpers to deal with race condition detection.
05.07.2025 07:32 — 👍 7 🔁 2 💬 0 📌 1
Credits go to @ahrjarrett.bsky.social
13.05.2025 07:04 — 👍 1 🔁 0 💬 0 📌 0
🍿 @fast-check.dev just got leveraged by our community to uncover two prototype pollutions in #Zod
🔐 Let's make the ecosystem safer with property based testing 🤗
13.05.2025 07:03 — 👍 6 🔁 0 💬 1 📌 1
🖼️ Lately we breached several months in a row the quotas of Git LFS on GitHub. It totally blocked our CI until we paid for extra quotas.
Yesterday, we dropped Git LFS from our repository and outsourced heavy assets to another repository that we could fetch from when needed (bundling of the blog).
27.04.2025 13:27 — 👍 2 🔁 0 💬 0 📌 0
Not found the time to do so but it would be a great addition in our official documentation
23.03.2025 18:13 — 👍 1 🔁 0 💬 1 📌 0
Our latest version of the @fast-check/vitest plugin has just been released and it supports this syntax natively 🚀
Stop relying on indeterministic values in your @vitest.dev tests 🤗
More to come soon with a dedicated article on it ✍️
23.03.2025 09:37 — 👍 6 🔁 1 💬 1 📌 0
Already 1 week since the release and so far so good 🤞
19.03.2025 08:54 — 👍 2 🔁 0 💬 0 📌 0
✅ Bag and stickers packed for tonight
🤗 Looking forward to seeing many at the event of tonight and at React Paris
19.03.2025 05:27 — 👍 7 🔁 1 💬 1 📌 0
⏰ Counting days before Node 18 reaches EOL. Once reached the plan is to drop CJS from our published package 📦
19.03.2025 06:41 — 👍 1 🔁 0 💬 0 📌 0
🍿 Waiting for Node 18 to be EOL so that we can release a new major without CJS builds
13.03.2025 22:26 — 👍 3 🔁 0 💬 0 📌 0
@fast-check.dev is on "This Week In React 225" 🤩
13.03.2025 07:48 — 👍 2 🔁 1 💬 1 📌 0
Super excited to check this out🔥
Generating good default values from a schema is closely linked to having a fully reduced representation, which is one of my favorite problems in the world.
10.03.2025 22:41 — 👍 7 🔁 1 💬 0 📌 0
🍳 Cooking a few things for the next major of fast-check... More to come soon but it should arrive in the coming days 🤩
08.03.2025 22:47 — 👍 3 🔁 1 💬 1 📌 0
A glimpse at what’s coming to Effect Days:
◆ AI Agents
◆ Error Management & Testing
◆ Effect Cluster & Fibers
◆ Next-Gen DevTools
◆ Rebuilding Redis for great Effect
...and much more!
🎟️ Get your ticket now:
effect.website/events/effec...
03.03.2025 12:55 — 👍 11 🔁 3 💬 1 📌 0
6+
03.03.2025 07:46 — 👍 0 🔁 0 💬 0 📌 0
Our next move will be to embrace the monorepo mode coming with @vitest.dev.
So far we have one CI job per package of the monorepo. But for most of them most of the CI time is about setting up the environment to run the tests.
27.02.2025 07:00 — 👍 5 🔁 0 💬 1 📌 0
We recently moved from Yarn berry in PNP mode to @pnpm.io.
So far so good, the CI performance is great and the switch has been smooth 👌
27.02.2025 06:57 — 👍 4 🔁 0 💬 1 📌 0
Demystifying monads in Rust through property-based testing :: sunshowers
A jargon-free, practical explanation of monads as a design pattern.
New blog post: the monad tutorial of my dreams, and maybe of yours! A jargon-free, practical explanation of monads as a design pattern, using Rust and property-based testing as the vehicle
20.02.2025 00:04 — 👍 140 🔁 32 💬 7 📌 6
Just added a banner on top of the documentation to make it clear 👍
07.02.2025 12:37 — 👍 1 🔁 0 💬 1 📌 0
Our next major is coming soon ☺️
Just piling the last few PRs and ensuring all needed breaking changes related to issues have been included 🚢
So far we have already released a new version of our random library: pure-rand 🎲
07.02.2025 11:57 — 👍 3 🔁 0 💬 0 📌 0
Yes not yet, but I'm working on it. Taking a bit longer than expected to have everything ready 😅
At least part of the migration path can already be achievable from v3.
But I should probably put a warning message on top of the page so that is clearer 😁
07.02.2025 11:53 — 👍 1 🔁 0 💬 1 📌 0
Website: https://valibot.dev/, GitHub: https://github.com/fabian-hiller/valibot
ESLint finds and fixes problems in your JavaScript* code.
(*And also in JSON and Markdown)
http://eslint.org
Open Source Pledge is a group of companies with a shared commitment to paying the maintainers of the Open Source software we all consume.
https://opensourcepledge.com
Fast, reliable, and secure package management. Account managed by @mael.dev
https://pkg.pr.new ⚡
Instant preview releases for your branches and PRs, without polluting the npm registry. We call it "Continuous Releases" too.
A @stackblitz.com OSS Community Project
Created by @aslemammad.bsky.social and @amirsakhravi.bsky.social
Production-ready software in TypeScript. Open-source library.
→Website & Docs: https://effect.website/
→Community & Support: http://discord.gg/effect-ts
The tooling which enables you to use TypeScript and ESLint together
https://typescript-eslint.io/
The Node.js JavaScript Runtime. 🐢🚀 Need help with Node.js? We've got a repo for that: https://github.com/nodejs/help
https://rolldown.rs/
Fast Rust-based bundler for JavaScript, designed to power @vite.dev, developed by voidzero.dev
Markdown-based Presentation Slides for Developers
sli.dev
created by @antfu.me, maintained by @kermanx.github.io and the team with 💙
Unified JavaScript tools by @pi0.io and an amazing community.
🧩 60+ packages powering @nitro.build, @nuxt.com, and many more (500M+ monthly downloads).
🌱 github.com/unjs 🌐 unjs.io
Fast, disk space efficient package manager
pnpm.io
https://e18e.dev (Ecosystem Performance) is a community initiative to bring together people who are passionate about improving performance in the JS ecosystem. Get involved at https://chat.e18e.dev 💅
Bun is a fast, all-in-one toolkit for installing, bundling, running and testing JavaScript & TypeScript.
To install Bun:
```
curl https://bun.sh/install | bash -s
```
https://bun.sh
A modern runtime for JavaScript and TypeScript
https://deno.com
Rstack is a lightning-fast JavaScript toolchain that includes Rspack, Rsbuild, Rslib, Rspress, Rsdoctor, and Rstest.
Official BlueSky account of Biome.
Website: https://biomejs.dev
Discord: https://biomejs.dev/chat
Develop, test, and document UI in isolation
🔗 storybook.js.org
🛠️ Maintained by Chromatic
The build tool for the web. It's pronounced /vit/ like skeet!
https://vite.dev
Next generation testing framework powered by @vite.dev ⚡️
https://vitest.dev