JavaScript
2 guides covering javascript tools
-
Oxc: The JavaScript Oxidation Compiler Toolchain
A deep dive into the Oxc project -- the Rust-based JavaScript toolchain covering parsing, linting, resolving, transforming, and minifying, and how it integrates with existing build tools.
-
Bun Shell and Script Runner: Replace Bash with TypeScript
A practical guide to using Bun's built-in shell API (Bun.$) for cross-platform scripting, task automation, and replacing bash scripts with TypeScript -- including comparisons with zx and tsx.