PWV Portfolio Feed

What our portfolio companies are saying on BlueSky ...

VoidZero
VoidZero @voidzero.dev
19 days ago
Are you using @rolldown.rs and want to parse a file?

Then you don't have to install Oxc separately. Just use Rolldown's `parse`/`parseSync` function. Rolldown re-exports it from Oxc while keeping it as part of Rolldown's binary.

This way, your dependencies stay lean!
Graphic titled "Rolldown exposes parse function." Left side shows a JavaScript code example: importing parseSync from "rolldown/experimental", parsing the string "const a: number = 1;" as TypeScript, and logging the resulting AST, an object with type "Program" containing a VariableDeclaration node with properties like kind, declarations, start, and end positions.

Right side lists key points: Rolldown provides parse/parseSync, it's re-exported from Oxc for high performance, also exposed in Vite 8, usable in Rolldown/Vite plugins, and reduces dependencies (no separate Oxc install needed). VoidZero and Rolldown logos at bottom corners.
💬 1 ♻️ 1 ❤️ 28
Next